class
Amazonite::DynamoDB::ReplicaAutoScalingUpdate
- Amazonite::DynamoDB::ReplicaAutoScalingUpdate
- Reference
- Object
Overview
Represents the auto scaling settings of a replica that will be modified.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/replica_auto_scaling_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(region_name : String, replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil = nil, replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#region_name : String
The Region where the replica exists.
-
#region_name=(region_name : String)
The Region where the replica exists.
-
#replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil
Represents the auto scaling settings of global secondary indexes that will be modified.
-
#replica_global_secondary_index_updates=(replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil)
Represents the auto scaling settings of global secondary indexes that will be modified.
- #replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil
- #replica_provisioned_read_capacity_auto_scaling_update=(replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil)
- #validate! : Nil
Constructor Detail
def self.new(region_name : String, replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil = nil, replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil
#
Represents the auto scaling settings of global secondary indexes that will be modified.
def replica_global_secondary_index_updates=(replica_global_secondary_index_updates : Array(ReplicaGlobalSecondaryIndexAutoScalingUpdate) | Nil)
#
Represents the auto scaling settings of global secondary indexes that will be modified.
def replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil
#
def replica_provisioned_read_capacity_auto_scaling_update=(replica_provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil)
#