Class: Aws::Types::CreateGlobalTableInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlobalTableInput
- 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.
-
#replication_group ⇒ ::Array[Types::Replica]
Returns the value of attribute replication_group.
Instance Attribute Details
#global_table_name ⇒ ::String
Returns the value of attribute global_table_name.
288 289 290 |
# File 'sig/types.rbs', line 288 def global_table_name @global_table_name end |
#replication_group ⇒ ::Array[Types::Replica]
Returns the value of attribute replication_group.
289 290 291 |
# File 'sig/types.rbs', line 289 def replication_group @replication_group end |