Class: Aws::CostExplorer::Types::ServiceSpecification

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 ServiceSpecification data as a hash:

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

Hardware specifications for the service that you want recommendations for.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_specificationTypes::EC2Specification

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



6425
6426
6427
6428
6429
# File 'lib/aws-sdk-costexplorer/types.rb', line 6425

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