Class: Aws::Types::CreateDataTableRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataTableRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PUBLISHED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#value_lock_level ⇒ "NONE", ...
Returns the value of attribute value_lock_level.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def name @name end |
#status ⇒ "PUBLISHED"
Returns the value of attribute status.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def time_zone @time_zone end |
#value_lock_level ⇒ "NONE", ...
Returns the value of attribute value_lock_level.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def value_lock_level @value_lock_level end |