class
Amazonite::DynamoDB::ReplicaAutoScalingDescription
- Amazonite::DynamoDB::ReplicaAutoScalingDescription
- Reference
- Object
Overview
Represents the auto scaling settings of the replica.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/replica_auto_scaling_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(region_name : String | Nil = nil, global_secondary_indexes : Array(ReplicaGlobalSecondaryIndexAutoScalingDescription) | Nil = nil, replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil = nil, replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil = nil, replica_status : ReplicaStatus | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_secondary_indexes : Array(ReplicaGlobalSecondaryIndexAutoScalingDescription) | Nil
Replica-specific global secondary index auto scaling settings.
-
#global_secondary_indexes=(global_secondary_indexes : Array(ReplicaGlobalSecondaryIndexAutoScalingDescription) | Nil)
Replica-specific global secondary index auto scaling settings.
-
#hash(hasher)
See
Object#hash(hasher) -
#region_name : String | Nil
The Region where the replica exists.
-
#region_name=(region_name : String | Nil)
The Region where the replica exists.
- #replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil
- #replica_provisioned_read_capacity_auto_scaling_settings=(replica_provisioned_read_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil)
- #replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil
- #replica_provisioned_write_capacity_auto_scaling_settings=(replica_provisioned_write_capacity_auto_scaling_settings : AutoScalingSettingsDescription | Nil)
-
#replica_status : ReplicaStatus | Nil
The current state of the replica:
-
#replica_status=(replica_status : ReplicaStatus | Nil)
The current state of the replica:
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Replica-specific global secondary index auto scaling settings.
Replica-specific global secondary index auto scaling settings.
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.
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.