class

Amazonite::DynamoDBV2::TableAutoScalingDescription

Inherits JSON::Serializable < Reference < Object

Constructors

new(table_name : String | Nil = nil, table_status : TableStatus | Nil = nil, replicas : Array(ReplicaAutoScalingDescription) | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

replicas
Source
replicas=(replicas : Array(ReplicaAutoScalingDescription) | Nil)
Source
table_name
Source
table_name=(table_name : String | Nil)
Source
table_status
Source
table_status=(table_status : TableStatus | Nil)
Source