class Amazonite::DynamoDBV2::DescribeContributorInsightsInput

Included Modules

Defined in:

dynamodb_v2/describe_contributor_insights_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def index_name : String | Nil #

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

[View source]
def table_name : String #

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

[View source]