Class: Aws::Macie::Types::S3Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::S3Resource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
(Discontinued) Contains information about the S3 resource. This data type is used as a request parameter in the ‘DisassociateS3Resources` action and can be used as a response parameter in the `AssociateS3Resources` and `UpdateS3Resources` actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
(Discontinued) The name of the S3 bucket.
-
#prefix ⇒ String
(Discontinued) The prefix of the S3 bucket.
Instance Attribute Details
#bucket_name ⇒ String
(Discontinued) The name of the S3 bucket.
392 393 394 395 396 397 |
# File 'lib/aws-sdk-macie/types.rb', line 392 class S3Resource < Struct.new( :bucket_name, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
(Discontinued) The prefix of the S3 bucket.
392 393 394 395 396 397 |
# File 'lib/aws-sdk-macie/types.rb', line 392 class S3Resource < Struct.new( :bucket_name, :prefix) SENSITIVE = [] include Aws::Structure end |