Class: Aws::ComputeOptimizer::Types::ExportDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::ExportDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the destination of the recommendations export and metadata files.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Destination
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
Instance Attribute Details
#s3 ⇒ Types::S3Destination
An object that describes the destination Amazon Simple Storage Service (Amazon S3) bucket name and object keys of a recommendations export file, and its associated metadata file.
1650 1651 1652 1653 1654 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 1650 class ExportDestination < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |