GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudSingleResourceReference (google_api_dlp v0.54.0)

View Source

Identifies a single resource, like a single Amazon S3 bucket.

Attributes

  • amazonS3Bucket (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3Bucket.t, default: nil) - Amazon S3 bucket.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudSingleResourceReference{
    amazonS3Bucket:
      GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3Bucket.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.