Class: Aws::ComputeOptimizer::Types::RecommendationExportJob

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

Overview

Describes a recommendation export job.

Use the DescribeRecommendationExportJobs action to view your recommendation export jobs.

Use the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions to request an export of your recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The timestamp of when the export job was created.

Returns:

  • (Time)


5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5173

class RecommendationExportJob < Struct.new(
  :job_id,
  :destination,
  :resource_type,
  :status,
  :creation_timestamp,
  :last_updated_timestamp,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#destinationTypes::ExportDestination

An object that describes the destination of the export file.



5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5173

class RecommendationExportJob < Struct.new(
  :job_id,
  :destination,
  :resource_type,
  :status,
  :creation_timestamp,
  :last_updated_timestamp,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason for an export job failure.

Returns:

  • (String)


5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5173

class RecommendationExportJob < Struct.new(
  :job_id,
  :destination,
  :resource_type,
  :status,
  :creation_timestamp,
  :last_updated_timestamp,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The identification number of the export job.

Returns:

  • (String)


5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5173

class RecommendationExportJob < Struct.new(
  :job_id,
  :destination,
  :resource_type,
  :status,
  :creation_timestamp,
  :last_updated_timestamp,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timestampTime

The timestamp of when the export job was last updated.

Returns:

  • (Time)


5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5173

class RecommendationExportJob < Struct.new(
  :job_id,
  :destination,
  :resource_type,
  :status,
  :creation_timestamp,
  :last_updated_timestamp,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type of the exported recommendations.

Returns:

  • (String)


5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5173

class RecommendationExportJob < Struct.new(
  :job_id,
  :destination,
  :resource_type,
  :status,
  :creation_timestamp,
  :last_updated_timestamp,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the export job.

Returns:

  • (String)


5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 5173

class RecommendationExportJob < Struct.new(
  :job_id,
  :destination,
  :resource_type,
  :status,
  :creation_timestamp,
  :last_updated_timestamp,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end