Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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

Instance Attribute Details

#index_nameString

The name of the global secondary index.

Returns:

  • (String)


7146
7147
7148
7149
7150
7151
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7146

class ReplicaGlobalSecondaryIndexAutoScalingUpdate < Struct.new(
  :index_name,
  :provisioned_read_capacity_auto_scaling_update)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_read_capacity_auto_scaling_updateTypes::AutoScalingSettingsUpdate

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



7146
7147
7148
7149
7150
7151
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7146

class ReplicaGlobalSecondaryIndexAutoScalingUpdate < Struct.new(
  :index_name,
  :provisioned_read_capacity_auto_scaling_update)
  SENSITIVE = []
  include Aws::Structure
end