class Amazonite::DynamoDBV2::ListExportsInput

Included Modules

Defined in:

dynamodb_v2/list_exports_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def max_results : Int32 | Nil #

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

[View source]
def next_token : String | Nil #

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

[View source]
def table_arn : String | Nil #

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

[View source]