Class: Aws::Macie2::Types::S3WordsList
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::S3WordsList
- 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_name ⇒ String
5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5575 class S3WordsList < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |
#object_key ⇒ String
5575 5576 5577 5578 5579 5580 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 5575 class S3WordsList < Struct.new( :bucket_name, :object_key) SENSITIVE = [] include Aws::Structure end |