Class: Aws::Types::AwsDynamoDbTableKeySchema
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableKeySchema
- 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 ⇒ ::String
Returns the value of attribute key_type.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def attribute_name @attribute_name end |
#key_type ⇒ ::String
Returns the value of attribute key_type.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def key_type @key_type end |