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

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

Overview

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 Amazon Web Services to provide recommendations for.



6727
6728
6729
6730
6731
# File 'lib/aws-sdk-costexplorer/types.rb', line 6727

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