class
Amazonite::Sns::ListEndpointsByPlatformApplicationResponse
- Amazonite::Sns::ListEndpointsByPlatformApplicationResponse
- Reference
- Object
Overview
Response for ListEndpointsByPlatformApplication action.
Defined in:
sns/list_endpoints_by_platform_application_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(endpoints : Array(Endpoint) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#endpoints : Array(Endpoint) | Nil
Endpoints returned for
ListEndpointsByPlatformApplicationaction. -
#endpoints=(endpoints : Array(Endpoint) | Nil)
Endpoints returned for
ListEndpointsByPlatformApplicationaction. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
NextTokenstring is returned when callingListEndpointsByPlatformApplicationaction if additional records are available after the first page results. -
#next_token=(next_token : String | Nil)
NextTokenstring is returned when callingListEndpointsByPlatformApplicationaction if additional records are available after the first page results. - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Endpoints returned for ListEndpointsByPlatformApplication action.
Endpoints returned for ListEndpointsByPlatformApplication action.
NextToken string is returned when calling ListEndpointsByPlatformApplication action if
additional records are available after the first page results.
NextToken string is returned when calling ListEndpointsByPlatformApplication action if
additional records are available after the first page results.