Class: Aws::Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#provisioned_read_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute provisioned_read_capacity_auto_scaling_update.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def index_name @index_name end |
#provisioned_read_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute provisioned_read_capacity_auto_scaling_update.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def provisioned_read_capacity_auto_scaling_update @provisioned_read_capacity_auto_scaling_update end |