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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Note:

When making an API call, you may pass EC2Specification data as a hash:

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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_classString

Whether you want a recommendation for standard or convertible reservations.

Returns:

  • (String)


1498
1499
1500
1501
1502
# File 'lib/aws-sdk-costexplorer/types.rb', line 1498

class EC2Specification < Struct.new(
  :offering_class)
  SENSITIVE = []
  include Aws::Structure
end