Class: Aws::Types::UpdateDataTableMetadataRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataTableMetadataRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
-
#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.
-
#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
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
8455 8456 8457 |
# File 'sig/types.rbs', line 8455 def data_table_id @data_table_id end |
#description ⇒ ::String
Returns the value of attribute description.
8457 8458 8459 |
# File 'sig/types.rbs', line 8457 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8454 8455 8456 |
# File 'sig/types.rbs', line 8454 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8456 8457 8458 |
# File 'sig/types.rbs', line 8456 def name @name end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
8459 8460 8461 |
# File 'sig/types.rbs', line 8459 def time_zone @time_zone end |
#value_lock_level ⇒ "NONE", ...
Returns the value of attribute value_lock_level.
8458 8459 8460 |
# File 'sig/types.rbs', line 8458 def value_lock_level @value_lock_level end |