Class: Aws::DynamoDB::Types::UpdateTableReplicaAutoScalingInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_index_updatesArray<Types::GlobalSecondaryIndexAutoScalingUpdate>

Represents the auto scaling settings of the global secondary indexes of the replica to be updated.



9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-dynamodb/types.rb', line 9958

class UpdateTableReplicaAutoScalingInput < Struct.new(
  :global_secondary_index_updates,
  :table_name,
  :provisioned_write_capacity_auto_scaling_update,
  :replica_updates)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_write_capacity_auto_scaling_updateTypes::AutoScalingSettingsUpdate

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



9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-dynamodb/types.rb', line 9958

class UpdateTableReplicaAutoScalingInput < Struct.new(
  :global_secondary_index_updates,
  :table_name,
  :provisioned_write_capacity_auto_scaling_update,
  :replica_updates)
  SENSITIVE = []
  include Aws::Structure
end

#replica_updatesArray<Types::ReplicaAutoScalingUpdate>

Represents the auto scaling settings of replicas of the table that will be modified.



9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-dynamodb/types.rb', line 9958

class UpdateTableReplicaAutoScalingInput < Struct.new(
  :global_secondary_index_updates,
  :table_name,
  :provisioned_write_capacity_auto_scaling_update,
  :replica_updates)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the global table to be updated.

Returns:

  • (String)


9958
9959
9960
9961
9962
9963
9964
9965
# File 'lib/aws-sdk-dynamodb/types.rb', line 9958

class UpdateTableReplicaAutoScalingInput < Struct.new(
  :global_secondary_index_updates,
  :table_name,
  :provisioned_write_capacity_auto_scaling_update,
  :replica_updates)
  SENSITIVE = []
  include Aws::Structure
end