Class: Aws::ComputeOptimizer::Types::ExportDestination

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3Types::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