Class: Aws::DynamoDB::Types::AutoScalingPolicyUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::AutoScalingPolicyUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the auto scaling policy to be modified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the scaling policy.
-
#target_tracking_scaling_policy_configuration ⇒ Types::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
Represents a target tracking scaling policy configuration.
Instance Attribute Details
#policy_name ⇒ String
The name of the scaling policy.
317 318 319 320 321 322 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 317 class AutoScalingPolicyUpdate < Struct.new( :policy_name, :target_tracking_scaling_policy_configuration) SENSITIVE = [] include Aws::Structure end |
#target_tracking_scaling_policy_configuration ⇒ Types::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
Represents a target tracking scaling policy configuration.
317 318 319 320 321 322 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 317 class AutoScalingPolicyUpdate < Struct.new( :policy_name, :target_tracking_scaling_policy_configuration) SENSITIVE = [] include Aws::Structure end |