Class: Aws::Pricing::Types::AttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::AttributeValue
- Defined in:
- gems/aws-sdk-pricing/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#value ⇒ String
The specific value of an
attributeName
.
Instance Attribute Details
#value ⇒ String
The specific value of an attributeName
.
35 36 37 38 39 |
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 35 class AttributeValue < Struct.new( :value) SENSITIVE = [] include Aws::Structure end |