class Amazonite::DynamoDBV2::GlobalSecondaryIndexUpdate

Included Modules

Defined in:

dynamodb_v2/global_secondary_index_update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(update : UpdateGlobalSecondaryIndexAction | Nil = nil, create : CreateGlobalSecondaryIndexAction | Nil = nil, delete : DeleteGlobalSecondaryIndexAction | Nil = nil) #

[View source]

Instance Method Detail

def create : CreateGlobalSecondaryIndexAction | Nil #

[View source]
def create=(create : CreateGlobalSecondaryIndexAction | Nil) #

[View source]
def delete : DeleteGlobalSecondaryIndexAction | Nil #

[View source]
def delete=(delete : DeleteGlobalSecondaryIndexAction | Nil) #

[View source]
def update : UpdateGlobalSecondaryIndexAction | Nil #

[View source]
def update=(update : UpdateGlobalSecondaryIndexAction | Nil) #

[View source]