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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/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.



1610
1611
1612
1613
1614
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1610

class ExportDestination < Struct.new(
  :s3)
  SENSITIVE = []
  include Aws::Structure
end