View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketConditions (google_api_dlp v0.52.2)

Amazon S3 bucket conditions.

Attributes

  • bucketTypes (type: list(String.t), default: nil) - Optional. Bucket types that should be profiled. Optional. Defaults to TYPE_ALL_SUPPORTED if unspecified.
  • objectStorageClasses (type: list(String.t), default: nil) - Optional. Object classes that should be profiled. Optional. Defaults to ALL_SUPPORTED_CLASSES if unspecified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketConditions{
  bucketTypes: [String.t()] | nil,
  objectStorageClasses: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.