Class: Aws::Types::UpdateGlobalTableInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlobalTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_table_name ⇒ ::String
Returns the value of attribute global_table_name.
-
#replica_updates ⇒ ::Array[Types::ReplicaUpdate]
Returns the value of attribute replica_updates.
Instance Attribute Details
#global_table_name ⇒ ::String
Returns the value of attribute global_table_name.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def global_table_name @global_table_name end |
#replica_updates ⇒ ::Array[Types::ReplicaUpdate]
Returns the value of attribute replica_updates.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def replica_updates @replica_updates end |