Class: Aws::Types::ReplicaAutoScalingUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaAutoScalingUpdate
- 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_updates ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate]
Returns the value of attribute replica_global_secondary_index_updates.
-
#replica_provisioned_read_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_update.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def region_name @region_name end |
#replica_global_secondary_index_updates ⇒ ::Array[Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate]
Returns the value of attribute replica_global_secondary_index_updates.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def replica_global_secondary_index_updates @replica_global_secondary_index_updates end |
#replica_provisioned_read_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute replica_provisioned_read_capacity_auto_scaling_update.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def replica_provisioned_read_capacity_auto_scaling_update @replica_provisioned_read_capacity_auto_scaling_update end |