Class: Aws::Types::ReplicaSettingsUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaSettingsUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#replica_global_secondary_index_settings_update ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexSettingsUpdate]
Returns the value of attribute replica_global_secondary_index_settings_update.
-
#replica_provisioned_read_capacity_auto_scaling_settings_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_settings_update.
-
#replica_provisioned_read_capacity_units ⇒ ::Integer
Returns the value of attribute replica_provisioned_read_capacity_units.
-
#replica_table_class ⇒ "STANDARD", "STANDARD_INFREQUENT_ACCESS"
Returns the value of attribute replica_table_class.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def region_name @region_name end |
#replica_global_secondary_index_settings_update ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexSettingsUpdate]
Returns the value of attribute replica_global_secondary_index_settings_update.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def replica_global_secondary_index_settings_update @replica_global_secondary_index_settings_update end |
#replica_provisioned_read_capacity_auto_scaling_settings_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_settings_update.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def replica_provisioned_read_capacity_auto_scaling_settings_update @replica_provisioned_read_capacity_auto_scaling_settings_update end |
#replica_provisioned_read_capacity_units ⇒ ::Integer
Returns the value of attribute replica_provisioned_read_capacity_units.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def replica_provisioned_read_capacity_units @replica_provisioned_read_capacity_units end |
#replica_table_class ⇒ "STANDARD", "STANDARD_INFREQUENT_ACCESS"
Returns the value of attribute replica_table_class.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def replica_table_class @replica_table_class end |