Class: Aws::SimpleDB::Types::Attribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDB::Types::Attribute
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simpledb/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #alternate_name_encoding ⇒ String
- #alternate_value_encoding ⇒ String
-
#name ⇒ String
The name of the attribute.
-
#value ⇒ String
The value of the attribute.
Instance Attribute Details
#alternate_name_encoding ⇒ String
27 28 29 30 31 32 33 34 |
# File 'lib/aws-sdk-simpledb/types.rb', line 27 class Attribute < Struct.new( :name, :alternate_name_encoding, :value, :alternate_value_encoding) SENSITIVE = [] include Aws::Structure end |
#alternate_value_encoding ⇒ String
27 28 29 30 31 32 33 34 |
# File 'lib/aws-sdk-simpledb/types.rb', line 27 class Attribute < Struct.new( :name, :alternate_name_encoding, :value, :alternate_value_encoding) SENSITIVE = [] include Aws::Structure end |