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

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

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

Overview

Note:

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

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

Hardware specifications for the service that you want recommendations for.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_specificationTypes::EC2Specification

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

Returns:

  • (Types::EC2Specification)

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