You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timestampTime

The timestamp of when the export job was created.

Returns:

  • (Time)

    The timestamp of when the export job was created.

#destinationTypes::ExportDestination

An object that describes the destination of the export file.

Returns:

#failure_reasonString

The reason for an export job failure.

Returns:

  • (String)

    The reason for an export job failure.

#job_idString

The identification number of the export job.

Returns:

  • (String)

    The identification number of the export job.

#last_updated_timestampTime

The timestamp of when the export job was last updated.

Returns:

  • (Time)

    The timestamp of when the export job was last updated.

#resource_typeString

The resource type of the exported recommendations.

Possible values:

  • Ec2Instance
  • AutoScalingGroup

Returns:

  • (String)

    The resource type of the exported recommendations.

#statusString

The status of the export job.

Possible values:

  • Queued
  • InProgress
  • Complete
  • Failed

Returns:

  • (String)

    The status of the export job.