You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComputeOptimizer::Types::S3Destination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the Amazon S3 bucket used as the destination of an export file.

Returns:

  • (String)

    The name of the Amazon S3 bucket used as the destination of an export file.

#keyString

The Amazon S3 bucket key of an export file.

The key uniquely identifies the object, or export file, in the S3 bucket.

Returns:

  • (String)

    The Amazon S3 bucket key of an export file.

#metadata_keyString

The Amazon S3 bucket key of a metadata file.

The key uniquely identifies the object, or metadata file, in the S3 bucket.

Returns:

  • (String)

    The Amazon S3 bucket key of a metadata file.