Class: Google::Cloud::Dlp::V2::AmazonS3BucketRegex
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::AmazonS3BucketRegex
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Amazon S3 bucket regex.
Instance Attribute Summary collapse
-
#aws_account_regex ⇒ ::Google::Cloud::Dlp::V2::AwsAccountRegex
The AWS account regex.
-
#bucket_name_regex ⇒ ::String
Optional.
Instance Attribute Details
#aws_account_regex ⇒ ::Google::Cloud::Dlp::V2::AwsAccountRegex
Returns The AWS account regex.
5161 5162 5163 5164 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5161 class AmazonS3BucketRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#bucket_name_regex ⇒ ::String
Returns Optional. Regex to test the bucket name against. If empty, all buckets match.
5161 5162 5163 5164 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5161 class AmazonS3BucketRegex include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |