Class: Aws::DynamoDB::Types::ReplicaAutoScalingUpdate

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 replica that will be modified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The Region where the replica exists.

Returns:

  • (String)


6977
6978
6979
6980
6981
6982
6983
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 6977

class ReplicaAutoScalingUpdate < Struct.new(
  :region_name,
  :replica_global_secondary_index_updates,
  :replica_provisioned_read_capacity_auto_scaling_update)
  SENSITIVE = []
  include Aws::Structure
end

#replica_global_secondary_index_updatesArray<Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate>

Represents the auto scaling settings of global secondary indexes that will be modified.



6977
6978
6979
6980
6981
6982
6983
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 6977

class ReplicaAutoScalingUpdate < Struct.new(
  :region_name,
  :replica_global_secondary_index_updates,
  :replica_provisioned_read_capacity_auto_scaling_update)
  SENSITIVE = []
  include Aws::Structure
end

#replica_provisioned_read_capacity_auto_scaling_updateTypes::AutoScalingSettingsUpdate

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



6977
6978
6979
6980
6981
6982
6983
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 6977

class ReplicaAutoScalingUpdate < Struct.new(
  :region_name,
  :replica_global_secondary_index_updates,
  :replica_provisioned_read_capacity_auto_scaling_update)
  SENSITIVE = []
  include Aws::Structure
end