Class: Aws::ComputeOptimizer::Types::ExportECSServiceRecommendationsResponse

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

To view the status of an export job, use the DescribeRecommendationExportJobs action and specify the job ID.

Returns:

  • (String)


1973
1974
1975
1976
1977
1978
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1973

class ExportECSServiceRecommendationsResponse < 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.



1973
1974
1975
1976
1977
1978
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1973

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