Class: Aws::Types::ReplicaSettingsDescription
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaSettingsDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#replica_billing_mode_summary ⇒ Types::BillingModeSummary
Returns the value of attribute replica_billing_mode_summary.
-
#replica_global_secondary_index_settings ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexSettingsDescription]
Returns the value of attribute replica_global_secondary_index_settings.
-
#replica_provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_settings.
-
#replica_provisioned_read_capacity_units ⇒ ::Integer
Returns the value of attribute replica_provisioned_read_capacity_units.
-
#replica_provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute replica_provisioned_write_capacity_auto_scaling_settings.
-
#replica_provisioned_write_capacity_units ⇒ ::Integer
Returns the value of attribute replica_provisioned_write_capacity_units.
-
#replica_status ⇒ "CREATING", ...
Returns the value of attribute replica_status.
-
#replica_table_class_summary ⇒ Types::TableClassSummary
Returns the value of attribute replica_table_class_summary.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def region_name @region_name end |
#replica_billing_mode_summary ⇒ Types::BillingModeSummary
Returns the value of attribute replica_billing_mode_summary.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def replica_billing_mode_summary @replica_billing_mode_summary end |
#replica_global_secondary_index_settings ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexSettingsDescription]
Returns the value of attribute replica_global_secondary_index_settings.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def replica_global_secondary_index_settings @replica_global_secondary_index_settings end |
#replica_provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_settings.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def replica_provisioned_read_capacity_auto_scaling_settings @replica_provisioned_read_capacity_auto_scaling_settings end |
#replica_provisioned_read_capacity_units ⇒ ::Integer
Returns the value of attribute replica_provisioned_read_capacity_units.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def replica_provisioned_read_capacity_units @replica_provisioned_read_capacity_units end |
#replica_provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute replica_provisioned_write_capacity_auto_scaling_settings.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def replica_provisioned_write_capacity_auto_scaling_settings @replica_provisioned_write_capacity_auto_scaling_settings end |
#replica_provisioned_write_capacity_units ⇒ ::Integer
Returns the value of attribute replica_provisioned_write_capacity_units.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def replica_provisioned_write_capacity_units @replica_provisioned_write_capacity_units end |
#replica_status ⇒ "CREATING", ...
Returns the value of attribute replica_status.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def replica_status @replica_status end |
#replica_table_class_summary ⇒ Types::TableClassSummary
Returns the value of attribute replica_table_class_summary.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def replica_table_class_summary @replica_table_class_summary end |