class Amazonite::DynamoDBV2::ReplicaGlobalSecondaryIndexAutoScalingUpdate

Included Modules

Defined in:

dynamodb_v2/replica_global_secondary_index_auto_scaling_update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(index_name : String | Nil = nil, provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil = nil) #

[View source]

Instance Method Detail

def index_name : String | Nil #

[View source]
def index_name=(index_name : String | Nil) #

[View source]
def provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil #

[View source]
def provisioned_read_capacity_auto_scaling_update=(provisioned_read_capacity_auto_scaling_update : AutoScalingSettingsUpdate | Nil) #

[View source]