Class: Aws::ComputeOptimizer::Types::RecommendationExportJob
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::RecommendationExportJob
- 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
-
#creation_timestamp ⇒ Time
The timestamp of when the export job was created.
-
#destination ⇒ Types::ExportDestination
An object that describes the destination of the export file.
-
#failure_reason ⇒ String
The reason for an export job failure.
-
#job_id ⇒ String
The identification number of the export job.
-
#last_updated_timestamp ⇒ Time
The timestamp of when the export job was last updated.
-
#resource_type ⇒ String
The resource type of the exported recommendations.
-
#status ⇒ String
The status of the export job.
Instance Attribute Details
#creation_timestamp ⇒ Time
The timestamp of when the export job was created.
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 |
#destination ⇒ Types::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_reason ⇒ String
The reason for an export job failure.
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_id ⇒ String
The identification number of the export job.
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_timestamp ⇒ Time
The timestamp of when the export job was last updated.
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_type ⇒ String
The resource type of the exported recommendations.
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 |
#status ⇒ String
The status of the export job.
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 |