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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6032

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.



6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6032

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)


6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6032

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)


6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6032

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)


6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6032

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)


6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6032

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)


6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6032

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