Class: Aws::DynamoDB::Types::ReplicaAutoScalingDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaAutoScalingDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the auto scaling settings of the replica.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_secondary_indexes ⇒ Array<Types::ReplicaGlobalSecondaryIndexAutoScalingDescription>
Replica-specific global secondary index auto scaling settings.
-
#region_name ⇒ String
The Region where the replica exists.
-
#replica_provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
-
#replica_provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
-
#replica_status ⇒ String
The current state of the replica:.
Instance Attribute Details
#global_secondary_indexes ⇒ Array<Types::ReplicaGlobalSecondaryIndexAutoScalingDescription>
Replica-specific global secondary index auto scaling settings.
7098 7099 7100 7101 7102 7103 7104 7105 7106 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7098 class ReplicaAutoScalingDescription < Struct.new( :region_name, :global_secondary_indexes, :replica_provisioned_read_capacity_auto_scaling_settings, :replica_provisioned_write_capacity_auto_scaling_settings, :replica_status) SENSITIVE = [] include Aws::Structure end |
#region_name ⇒ String
The Region where the replica exists.
7098 7099 7100 7101 7102 7103 7104 7105 7106 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7098 class ReplicaAutoScalingDescription < Struct.new( :region_name, :global_secondary_indexes, :replica_provisioned_read_capacity_auto_scaling_settings, :replica_provisioned_write_capacity_auto_scaling_settings, :replica_status) SENSITIVE = [] include Aws::Structure end |
#replica_provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
7098 7099 7100 7101 7102 7103 7104 7105 7106 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7098 class ReplicaAutoScalingDescription < Struct.new( :region_name, :global_secondary_indexes, :replica_provisioned_read_capacity_auto_scaling_settings, :replica_provisioned_write_capacity_auto_scaling_settings, :replica_status) SENSITIVE = [] include Aws::Structure end |
#replica_provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
7098 7099 7100 7101 7102 7103 7104 7105 7106 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7098 class ReplicaAutoScalingDescription < Struct.new( :region_name, :global_secondary_indexes, :replica_provisioned_read_capacity_auto_scaling_settings, :replica_provisioned_write_capacity_auto_scaling_settings, :replica_status) SENSITIVE = [] include Aws::Structure end |
#replica_status ⇒ String
The current state of the replica:
-
‘CREATING` - The replica is being created.
-
‘UPDATING` - The replica is being updated.
-
‘DELETING` - The replica is being deleted.
-
‘ACTIVE` - The replica is ready for use.
7098 7099 7100 7101 7102 7103 7104 7105 7106 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7098 class ReplicaAutoScalingDescription < Struct.new( :region_name, :global_secondary_indexes, :replica_provisioned_read_capacity_auto_scaling_settings, :replica_provisioned_write_capacity_auto_scaling_settings, :replica_status) SENSITIVE = [] include Aws::Structure end |