Class: Aws::Types::CreateDataTableAttributeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataTableAttributeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
-
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#attribute_id ⇒ ::String
Returns the value of attribute attribute_id.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def attribute_id @attribute_id end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def lock_version @lock_version end |
#name ⇒ ::String
Returns the value of attribute name.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def name @name end |