class
Amazonite::Sns::ListEndpointsByPlatformApplicationInput
- Amazonite::Sns::ListEndpointsByPlatformApplicationInput
- Reference
- Object
Overview
Input for ListEndpointsByPlatformApplication action.
Defined in:
sns/list_endpoints_by_platform_application_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(platform_application_arn : String, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
NextTokenstring is used when callingListEndpointsByPlatformApplicationaction to retrieve additional records that are available after the first page results. -
#next_token=(next_token : String | Nil)
NextTokenstring is used when callingListEndpointsByPlatformApplicationaction to retrieve additional records that are available after the first page results. -
#platform_application_arn : String
PlatformApplicationArnforListEndpointsByPlatformApplicationInputaction. -
#platform_application_arn=(platform_application_arn : String)
PlatformApplicationArnforListEndpointsByPlatformApplicationInputaction. - #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?.
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve
additional records that are available after the first page results.
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve
additional records that are available after the first page results.
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.