Class: Aws::Types::CreateDataTableResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataTableResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def id @id end |
#lock_version ⇒ Types::DataTableLockVersion
Returns the value of attribute lock_version.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def lock_version @lock_version end |