You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Macie::Types::S3Resource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::S3Resource
- Defined in:
- (unknown)
Overview
Note:
When passing S3Resource as input to an Aws::Client method, you can use a vanilla Hash:
{
bucket_name: "BucketName", # required
prefix: "Prefix",
}
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.
Returned by:
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the S3 bucket.
-
#prefix ⇒ String
The prefix of the S3 bucket.
Instance Attribute Details
#bucket_name ⇒ String
The name of the S3 bucket.
#prefix ⇒ String
The prefix of the S3 bucket.