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)


6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6551

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.



6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6551

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)


6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6551

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)


6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6551

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)


6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6551

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)


6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6551

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)


6551
6552
6553
6554
6555
6556
6557
6558
6559
6560
6561
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 6551

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