Class: Aws::DynamoDB::Types::ReplicaAutoScalingUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaAutoScalingUpdate
- Includes:
- Structure
- Defined in:
- 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
-
#region_name ⇒ String
The Region where the replica exists.
-
#replica_global_secondary_index_updates ⇒ Array<Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate>
Represents the auto scaling settings of global secondary indexes that will be modified.
-
#replica_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
#region_name ⇒ String
The Region where the replica exists.
7127 7128 7129 7130 7131 7132 7133 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7127 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_updates ⇒ Array<Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate>
Represents the auto scaling settings of global secondary indexes that will be modified.
7127 7128 7129 7130 7131 7132 7133 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7127 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_update ⇒ Types::AutoScalingSettingsUpdate
Represents the auto scaling settings to be modified for a global table or global secondary index.
7127 7128 7129 7130 7131 7132 7133 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7127 class ReplicaAutoScalingUpdate < Struct.new( :region_name, :replica_global_secondary_index_updates, :replica_provisioned_read_capacity_auto_scaling_update) SENSITIVE = [] include Aws::Structure end |