View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3Bucket (google_api_dlp v0.53.0)
Amazon S3 bucket.
Attributes
-
awsAccount
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AwsAccount.t
, default:nil
) - The AWS account. -
bucketName
(type:String.t
, default:nil
) - Required. The bucket name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3Bucket{ awsAccount: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AwsAccount.t() | nil, bucketName: String.t() | nil }