class Amazonite::DynamoDB::TimeToLiveDescription

Overview

The description of the Time to Live (TTL) status on the specified table.

Included Modules

Defined in:

dynamodb/time_to_live_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(time_to_live_status : TimeToLiveStatus | Nil = nil, attribute_name : String | Nil = nil) #

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

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def attribute_name : String | Nil #

The name of the TTL attribute for items in the table.


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

The name of the TTL attribute for items in the table.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def time_to_live_status : TimeToLiveStatus | Nil #

The TTL status for the table.


[View source]
def time_to_live_status=(time_to_live_status : TimeToLiveStatus | Nil) #

The TTL status for the table.


[View source]
def validate! : Nil #

[View source]