class Amazonite::DynamoDB::Endpoint

Overview

An endpoint information details.

Included Modules

Defined in:

dynamodb/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(address : String, cache_period_in_minutes : Int64) #

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

[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 address : String #

IP address of the endpoint.


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

IP address of the endpoint.


[View source]
def cache_period_in_minutes : Int64 #

Endpoint cache time to live (TTL) value.


[View source]
def cache_period_in_minutes=(cache_period_in_minutes : Int64) #

Endpoint cache time to live (TTL) value.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]