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)


6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6525

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.



6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6525

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)


6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6525

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)


6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6525

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)


6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6525

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)


6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6525

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)


6525
6526
6527
6528
6529
6530
6531
6532
6533
6534
6535
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 6525

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