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
show all
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

Instance Attribute Details

#bucket_nameString

The name of the S3 bucket.

Returns:

  • (String)

    The name of the S3 bucket.

#prefixString

The prefix of the S3 bucket.

Returns:

  • (String)

    The prefix of the S3 bucket.