Class: Aws::Types::UpdateGlobalTableSettingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlobalTableSettingsOutput
- 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_settings ⇒ ::Array[Types::ReplicaSettingsDescription]
Returns the value of attribute replica_settings.
Instance Attribute Details
#global_table_name ⇒ ::String
Returns the value of attribute global_table_name.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def global_table_name @global_table_name end |
#replica_settings ⇒ ::Array[Types::ReplicaSettingsDescription]
Returns the value of attribute replica_settings.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def replica_settings @replica_settings end |