Class: Aws::Types::DescribeGlobalTableSettingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGlobalTableSettingsOutput
- 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.
525 526 527 |
# File 'sig/types.rbs', line 525 def global_table_name @global_table_name end |
#replica_settings ⇒ ::Array[Types::ReplicaSettingsDescription]
Returns the value of attribute replica_settings.
526 527 528 |
# File 'sig/types.rbs', line 526 def replica_settings @replica_settings end |