class
Amazonite::DynamoDB::UpdateTableReplicaAutoScalingInput
- Amazonite::DynamoDB::UpdateTableReplicaAutoScalingInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/update_table_replica_auto_scaling_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_name : String, global_secondary_index_updates : Array(GlobalSecondaryIndexAutoScalingUpdate) | Nil = nil, provisioned_write_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil = nil, replica_updates : Array(ReplicaAutoScalingUpdate) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#global_secondary_index_updates : Array(GlobalSecondaryIndexAutoScalingUpdate) | Nil
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
-
#global_secondary_index_updates=(global_secondary_index_updates : Array(GlobalSecondaryIndexAutoScalingUpdate) | Nil)
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
-
#hash(hasher)
See
Object#hash(hasher) - #provisioned_write_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil
- #provisioned_write_capacity_auto_scaling_update=(provisioned_write_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil)
-
#replica_updates : Array(ReplicaAutoScalingUpdate) | Nil
Represents the auto scaling settings of replicas of the table that will be modified.
-
#replica_updates=(replica_updates : Array(ReplicaAutoScalingUpdate) | Nil)
Represents the auto scaling settings of replicas of the table that will be modified.
-
#table_name : String
The name of the global table to be updated.
-
#table_name=(table_name : String)
The name of the global table to be updated.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
Represents the auto scaling settings of the global secondary indexes of the replica to be updated.
Represents the auto scaling settings of replicas of the table that will be modified.
Represents the auto scaling settings of replicas of the table that will be modified.
The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
The name of the global table to be updated. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.