Class: Aws::ComputeOptimizer::Types::ExportAutoScalingGroupRecommendationsResponse

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.

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

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1602

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

#s3_destinationTypes::S3Destination

An object that describes the destination Amazon S3 bucket of a recommendations export file.



1602
1603
1604
1605
1606
1607
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1602

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