Class: Google::Cloud::Dlp::V2::AwsAccountRegex

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

AWS account regex.

Instance Attribute Summary collapse

Instance Attribute Details

#account_id_regex::String

Returns Optional. Regex to test the AWS account ID against. If empty, all accounts match.

Returns:

  • (::String)

    Optional. Regex to test the AWS account ID against. If empty, all accounts match.



5148
5149
5150
5151
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5148

class AwsAccountRegex
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end