class
Amazonite::DynamoDB::ReplicaGlobalSecondaryIndexAutoScalingUpdate
Overview
Represents the auto scaling settings of a global secondary index for a replica that will be modified.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/replica_global_secondary_index_auto_scaling_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(index_name : String | Nil = nil, 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) -
#index_name : String | Nil
The name of the global secondary index.
-
#index_name=(index_name : String | Nil)
The name of the global secondary index.
- #provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil
- #provisioned_read_capacity_auto_scaling_update=(provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil)
- #validate! : Nil
Constructor Detail
def self.new(index_name : String | Nil = nil, 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 provisioned_read_capacity_auto_scaling_update=(provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil)
#