class Aws::DynamoDB::Types::AutoScalingPolicyUpdate


@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/AutoScalingPolicyUpdate AWS API Documentation
@return [Types::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate]
Represents a target tracking scaling policy configuration.
@!attribute [rw] target_tracking_scaling_policy_configuration
@return [String]
The name of the scaling policy.
@!attribute [rw] policy_name
}
},
target_value: 1.0, # required
scale_out_cooldown: 1,
scale_in_cooldown: 1,
disable_scale_in: false,
target_tracking_scaling_policy_configuration: { # required
policy_name: “AutoScalingPolicyName”,
{
data as a hash:
@note When making an API call, you may pass AutoScalingPolicyUpdate
Represents the auto scaling policy to be modified.