Class: Aws::Types::ReplicaGlobalSecondaryIndexAutoScalingDescription
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaGlobalSecondaryIndexAutoScalingDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
-
#provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute provisioned_read_capacity_auto_scaling_settings.
-
#provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute provisioned_write_capacity_auto_scaling_settings.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def index_name @index_name end |
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def index_status @index_status end |
#provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute provisioned_read_capacity_auto_scaling_settings.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def provisioned_read_capacity_auto_scaling_settings @provisioned_read_capacity_auto_scaling_settings end |
#provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Returns the value of attribute provisioned_write_capacity_auto_scaling_settings.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def provisioned_write_capacity_auto_scaling_settings @provisioned_write_capacity_auto_scaling_settings end |