Class: Aws::Types::UpdateGlobalTableSettingsInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlobalTableSettingsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_table_billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute global_table_billing_mode.
-
#global_table_global_secondary_index_settings_update ⇒ ::Array[Types::GlobalTableGlobalSecondaryIndexSettingsUpdate]
Returns the value of attribute global_table_global_secondary_index_settings_update.
-
#global_table_name ⇒ ::String
Returns the value of attribute global_table_name.
-
#global_table_provisioned_write_capacity_auto_scaling_settings_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute global_table_provisioned_write_capacity_auto_scaling_settings_update.
-
#global_table_provisioned_write_capacity_units ⇒ ::Integer
Returns the value of attribute global_table_provisioned_write_capacity_units.
-
#replica_settings_update ⇒ ::Array[Types::ReplicaSettingsUpdate]
Returns the value of attribute replica_settings_update.
Instance Attribute Details
#global_table_billing_mode ⇒ "PROVISIONED", "PAY_PER_REQUEST"
Returns the value of attribute global_table_billing_mode.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def global_table_billing_mode @global_table_billing_mode end |
#global_table_global_secondary_index_settings_update ⇒ ::Array[Types::GlobalTableGlobalSecondaryIndexSettingsUpdate]
Returns the value of attribute global_table_global_secondary_index_settings_update.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def global_table_global_secondary_index_settings_update @global_table_global_secondary_index_settings_update end |
#global_table_name ⇒ ::String
Returns the value of attribute global_table_name.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def global_table_name @global_table_name end |
#global_table_provisioned_write_capacity_auto_scaling_settings_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute global_table_provisioned_write_capacity_auto_scaling_settings_update.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def global_table_provisioned_write_capacity_auto_scaling_settings_update @global_table_provisioned_write_capacity_auto_scaling_settings_update end |
#global_table_provisioned_write_capacity_units ⇒ ::Integer
Returns the value of attribute global_table_provisioned_write_capacity_units.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def global_table_provisioned_write_capacity_units @global_table_provisioned_write_capacity_units end |
#replica_settings_update ⇒ ::Array[Types::ReplicaSettingsUpdate]
Returns the value of attribute replica_settings_update.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def replica_settings_update @replica_settings_update end |