Class: Aws::Types::GlobalSecondaryIndexAutoScalingUpdate
- Inherits:
-
Object
- Object
- Aws::Types::GlobalSecondaryIndexAutoScalingUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#provisioned_write_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute provisioned_write_capacity_auto_scaling_update.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
763 764 765 |
# File 'sig/types.rbs', line 763 def index_name @index_name end |
#provisioned_write_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Returns the value of attribute provisioned_write_capacity_auto_scaling_update.
764 765 766 |
# File 'sig/types.rbs', line 764 def provisioned_write_capacity_auto_scaling_update @provisioned_write_capacity_auto_scaling_update end |