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

Class: Aws::CostExplorer::Types::EC2Specification

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

Overview

Note:

When passing EC2Specification as input to an Aws::Client method, you can use a vanilla Hash:

{
  offering_class: "STANDARD", # accepts STANDARD, CONVERTIBLE
}

The Amazon EC2 hardware specifications that you want AWS to provide recommendations for.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#offering_classString

Whether you want a recommendation for standard or convertible reservations.

Possible values:

  • STANDARD
  • CONVERTIBLE

Returns:

  • (String)

    Whether you want a recommendation for standard or convertible reservations.