class Amazonite::DynamoDBV2::ListImportsInput

Included Modules

Defined in:

dynamodb_v2/list_imports_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_arn : String | Nil = nil, page_size : Int32 | Nil = nil, next_token : String | Nil = nil) #

[View source]

Instance Method Detail

def next_token : String | Nil #

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

[View source]
def page_size : Int32 | Nil #

[View source]
def page_size=(page_size : Int32 | Nil) #

[View source]
def table_arn : String | Nil #

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

[View source]