class Amazonite::DynamoDBV2::TimeToLiveSpecification

Included Modules

Defined in:

dynamodb_v2/time_to_live_specification.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(enabled : Bool, attribute_name : String) #

[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 enabled : Bool #

[View source]
def enabled=(enabled : Bool) #

[View source]