Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::AmazonS3BucketConditions.
Amazon S3 bucket conditions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket_types
def bucket_types() -> ::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::BucketType>
Returns
- (::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::BucketType>) — Optional. Bucket types that should be profiled. Optional. Defaults to TYPE_ALL_SUPPORTED if unspecified.
#bucket_types=
def bucket_types=(value) -> ::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::BucketType>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::BucketType>) — Optional. Bucket types that should be profiled. Optional. Defaults to TYPE_ALL_SUPPORTED if unspecified.
Returns
- (::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::BucketType>) — Optional. Bucket types that should be profiled. Optional. Defaults to TYPE_ALL_SUPPORTED if unspecified.
#object_storage_classes
def object_storage_classes() -> ::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::ObjectStorageClass>
Returns
- (::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::ObjectStorageClass>) — Optional. Object classes that should be profiled. Optional. Defaults to ALL_SUPPORTED_CLASSES if unspecified.
#object_storage_classes=
def object_storage_classes=(value) -> ::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::ObjectStorageClass>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::ObjectStorageClass>) — Optional. Object classes that should be profiled. Optional. Defaults to ALL_SUPPORTED_CLASSES if unspecified.
Returns
- (::Array<::Google::Cloud::Dlp::V2::AmazonS3BucketConditions::ObjectStorageClass>) — Optional. Object classes that should be profiled. Optional. Defaults to ALL_SUPPORTED_CLASSES if unspecified.