class
Amazonite::Sns::Endpoint
- Amazonite::Sns::Endpoint
- Reference
- Object
Overview
The endpoint for mobile app and device.
Defined in:
sns/endpoint.crConstructors
- .from_xml(node : XML::Node) : self
- .new(endpoint_arn : String | Nil = nil, attributes : Hash(String, String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#attributes : Hash(String, String) | Nil
Attributes for endpoint.
-
#attributes=(attributes : Hash(String, String) | Nil)
Attributes for endpoint.
-
#endpoint_arn : String | Nil
The
EndpointArnfor mobile app and device. -
#endpoint_arn=(endpoint_arn : String | Nil)
The
EndpointArnfor mobile app and device. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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?.