Class: Aws::DynamoDB::Types::AutoScalingSettingsDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Represents the auto scaling settings for a global table or global secondary index.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_disabledBoolean

Disabled auto scaling for this global table or global secondary index.

Returns:

  • (Boolean)


353
354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 353

class AutoScalingSettingsDescription < Struct.new(
  :minimum_units,
  :maximum_units,
  :auto_scaling_disabled,
  :auto_scaling_role_arn,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#auto_scaling_role_arnString

Role ARN used for configuring the auto scaling policy.

Returns:

  • (String)


353
354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 353

class AutoScalingSettingsDescription < Struct.new(
  :minimum_units,
  :maximum_units,
  :auto_scaling_disabled,
  :auto_scaling_role_arn,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_unitsInteger

The maximum capacity units that a global table or global secondary index should be scaled up to.

Returns:

  • (Integer)


353
354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 353

class AutoScalingSettingsDescription < Struct.new(
  :minimum_units,
  :maximum_units,
  :auto_scaling_disabled,
  :auto_scaling_role_arn,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_unitsInteger

The minimum capacity units that a global table or global secondary index should be scaled down to.

Returns:

  • (Integer)


353
354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 353

class AutoScalingSettingsDescription < Struct.new(
  :minimum_units,
  :maximum_units,
  :auto_scaling_disabled,
  :auto_scaling_role_arn,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end

#scaling_policiesArray<Types::AutoScalingPolicyDescription>

Information about the scaling policies.



353
354
355
356
357
358
359
360
361
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 353

class AutoScalingSettingsDescription < Struct.new(
  :minimum_units,
  :maximum_units,
  :auto_scaling_disabled,
  :auto_scaling_role_arn,
  :scaling_policies)
  SENSITIVE = []
  include Aws::Structure
end