Class: Google::Cloud::Dlp::V2::AmazonS3BucketRegex

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#aws_account_regex::Google::Cloud::Dlp::V2::AwsAccountRegex

Returns The AWS account regex.

Returns:



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.

Returns:

  • (::String)

    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