Class: Aws::Types::AwsDynamoDbTableAttributeDefinition
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableAttributeDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def attribute_name @attribute_name end |
#attribute_type ⇒ ::String
Returns the value of attribute attribute_type.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def attribute_type @attribute_type end |