Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the global secondary index.
-
#provisioned_read_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Represents the auto scaling settings to be modified for a global table or global secondary index.
Instance Attribute Details
#index_name ⇒ String
The name of the global secondary index.
7313 7314 7315 7316 7317 7318 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7313 class ReplicaGlobalSecondaryIndexAutoScalingUpdate < Struct.new( :index_name, :provisioned_read_capacity_auto_scaling_update) SENSITIVE = [] include Aws::Structure end |
#provisioned_read_capacity_auto_scaling_update ⇒ Types::AutoScalingSettingsUpdate
Represents the auto scaling settings to be modified for a global table or global secondary index.
7313 7314 7315 7316 7317 7318 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7313 class ReplicaGlobalSecondaryIndexAutoScalingUpdate < Struct.new( :index_name, :provisioned_read_capacity_auto_scaling_update) SENSITIVE = [] include Aws::Structure end |