class Amazonite::DynamoDBV2::UpdateGlobalSecondaryIndexAction

Included Modules

Defined in:

dynamodb_v2/update_global_secondary_index_action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(index_name : String, provisioned_throughput : ProvisionedThroughput) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def index_name : String #

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

[View source]
def provisioned_throughput : ProvisionedThroughput #

[View source]
def provisioned_throughput=(provisioned_throughput : ProvisionedThroughput) #

[View source]