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

Class: Aws::ComputeOptimizer::Types::RecommendationSummary

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

Overview

A summary of a recommendation.

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The AWS account ID of the recommendation summary.

Returns:

  • (String)

    The AWS account ID of the recommendation summary.

#recommendation_resource_typeString

The resource type of the recommendation.

Possible values:

  • Ec2Instance
  • AutoScalingGroup

Returns:

  • (String)

    The resource type of the recommendation.

#summariesArray<Types::Summary>

An array of objects that describe a recommendation summary.

Returns:

  • (Array<Types::Summary>)

    An array of objects that describe a recommendation summary.