class Amazonite::DynamoDBV2::AttributeDefinition

Included Modules

Defined in:

dynamodb_v2/attribute_definition.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(attribute_name : String, attribute_type : ScalarAttributeType) #

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

[View source]

Instance Method Detail

def attribute_name : String #

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

[View source]
def attribute_type : ScalarAttributeType #

[View source]
def attribute_type=(attribute_type : ScalarAttributeType) #

[View source]