You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::AutoScalingSettingsDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::AutoScalingSettingsDescription
- Defined in:
- (unknown)
Overview
Represents the auto scaling settings for a global table or global secondary index.
Returned by:
- ReplicaAutoScalingDescription#replica_provisioned_read_capacity_auto_scaling_settings
- ReplicaAutoScalingDescription#replica_provisioned_write_capacity_auto_scaling_settings
- ReplicaGlobalSecondaryIndexAutoScalingDescription#provisioned_read_capacity_auto_scaling_settings
- ReplicaGlobalSecondaryIndexAutoScalingDescription#provisioned_write_capacity_auto_scaling_settings
- ReplicaGlobalSecondaryIndexSettingsDescription#provisioned_read_capacity_auto_scaling_settings
- ReplicaGlobalSecondaryIndexSettingsDescription#provisioned_write_capacity_auto_scaling_settings
- ReplicaSettingsDescription#replica_provisioned_read_capacity_auto_scaling_settings
- ReplicaSettingsDescription#replica_provisioned_write_capacity_auto_scaling_settings
Instance Attribute Summary collapse
-
#auto_scaling_disabled ⇒ Boolean
Disabled auto scaling for this global table or global secondary index.
-
#auto_scaling_role_arn ⇒ String
Role ARN used for configuring the auto scaling policy.
-
#maximum_units ⇒ Integer
The maximum capacity units that a global table or global secondary index should be scaled up to.
-
#minimum_units ⇒ Integer
The minimum capacity units that a global table or global secondary index should be scaled down to.
-
#scaling_policies ⇒ Array<Types::AutoScalingPolicyDescription>
Information about the scaling policies.
Instance Attribute Details
#auto_scaling_disabled ⇒ Boolean
Disabled auto scaling for this global table or global secondary index.
#auto_scaling_role_arn ⇒ String
Role ARN used for configuring the auto scaling policy.
#maximum_units ⇒ Integer
The maximum capacity units that a global table or global secondary index should be scaled up to.
#minimum_units ⇒ Integer
The minimum capacity units that a global table or global secondary index should be scaled down to.
#scaling_policies ⇒ Array<Types::AutoScalingPolicyDescription>
Information about the scaling policies.