class
Amazonite::DynamoDB::Endpoint
- Amazonite::DynamoDB::Endpoint
- Reference
- Object
Overview
An endpoint information details.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/endpoint.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#address : String
IP address of the endpoint.
-
#address=(address : String)
IP address of the endpoint.
-
#cache_period_in_minutes : Int64
Endpoint cache time to live (TTL) value.
-
#cache_period_in_minutes=(cache_period_in_minutes : Int64)
Endpoint cache time to live (TTL) value.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def cache_period_in_minutes=(cache_period_in_minutes : Int64)
#
Endpoint cache time to live (TTL) value.