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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#valueString

The specific value of an attributeName.

Returns:

  • (String)


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