Class: Aws::Types::UpdateTableReplicaAutoScalingInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTableReplicaAutoScalingInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_secondary_index_updates ⇒ ::Array[Types::GlobalSecondaryIndexAutoScalingUpdate]
Returns the value of attribute global_secondary_index_updates.
-
#provisioned_write_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute provisioned_write_capacity_auto_scaling_update.
-
#replica_updates ⇒ ::Array[Types::ReplicaAutoScalingUpdate]
Returns the value of attribute replica_updates.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#global_secondary_index_updates ⇒ ::Array[Types::GlobalSecondaryIndexAutoScalingUpdate]
Returns the value of attribute global_secondary_index_updates.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def global_secondary_index_updates @global_secondary_index_updates end |
#provisioned_write_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute provisioned_write_capacity_auto_scaling_update.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def provisioned_write_capacity_auto_scaling_update @provisioned_write_capacity_auto_scaling_update end |
#replica_updates ⇒ ::Array[Types::ReplicaAutoScalingUpdate]
Returns the value of attribute replica_updates.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def replica_updates @replica_updates end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def table_name @table_name end |