Class: Aws::Types::KeySchemaElement
- Inherits:
-
Object
- Object
- Aws::Types::KeySchemaElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#key_type ⇒ "HASH", "RANGE"
Returns the value of attribute key_type.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
964 965 966 |
# File 'sig/types.rbs', line 964 def attribute_name @attribute_name end |
#key_type ⇒ "HASH", "RANGE"
Returns the value of attribute key_type.
965 966 967 |
# File 'sig/types.rbs', line 965 def key_type @key_type end |