Class: Aws::Macie2::Types::S3WordsList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about an S3 object that lists specific text to ignore.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

Returns:

  • (String)


5437
5438
5439
5440
5441
5442
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5437

class S3WordsList < Struct.new(
  :bucket_name,
  :object_key)
  SENSITIVE = []
  include Aws::Structure
end

#object_keyString

Returns:

  • (String)


5437
5438
5439
5440
5441
5442
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5437

class S3WordsList < Struct.new(
  :bucket_name,
  :object_key)
  SENSITIVE = []
  include Aws::Structure
end