class
Amazonite::DynamoDB::DescribeTableReplicaAutoScalingOutput
- Amazonite::DynamoDB::DescribeTableReplicaAutoScalingOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_table_replica_auto_scaling_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(table_auto_scaling_description : TableAutoScalingDescription | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#table_auto_scaling_description : TableAutoScalingDescription | Nil
Represents the auto scaling properties of the table.
-
#table_auto_scaling_description=(table_auto_scaling_description : TableAutoScalingDescription | Nil)
Represents the auto scaling properties of the table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def table_auto_scaling_description : TableAutoScalingDescription | Nil
#
Represents the auto scaling properties of the table.
def table_auto_scaling_description=(table_auto_scaling_description : TableAutoScalingDescription | Nil)
#
Represents the auto scaling properties of the table.