Class: Aws::Pricing::Types::AttributeValue

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

Overview

The values of a given attribute, such as ‘Throughput Optimized HDD` or `Provisioned IOPS` for the `Amazon EC2` `volumeType` attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#valueString

The specific value of an ‘attributeName`.

Returns:

  • (String)


20
21
22
23
# File 'lib/aws-sdk-pricing/types.rb', line 20

class AttributeValue < Struct.new(
  :value)
  include Aws::Structure
end