Class: Aws::ComputeOptimizer::Types::ExportEBSVolumeRecommendationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The identification number of the export job.

Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.

Returns:

  • (String)


1767
1768
1769
1770
1771
1772
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 1767

class ExportEBSVolumeRecommendationsResponse < Struct.new(
  :job_id,
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end

#s3_destinationTypes::S3Destination

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



1767
1768
1769
1770
1771
1772
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 1767

class ExportEBSVolumeRecommendationsResponse < Struct.new(
  :job_id,
  :s3_destination)
  SENSITIVE = []
  include Aws::Structure
end