class
Amazonite::Sns::ListPlatformApplicationsResponse
- Amazonite::Sns::ListPlatformApplicationsResponse
- Reference
- Object
Overview
Response for ListPlatformApplications action.
Defined in:
sns/list_platform_applications_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(platform_applications : Array(PlatformApplication) | Nil = nil, 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 returned when callingListPlatformApplicationsaction if additional records are available after the first page results. -
#next_token=(next_token : String | Nil)
NextTokenstring is returned when callingListPlatformApplicationsaction if additional records are available after the first page results. -
#platform_applications : Array(PlatformApplication) | Nil
Platform applications returned when calling
ListPlatformApplicationsaction. -
#platform_applications=(platform_applications : Array(PlatformApplication) | Nil)
Platform applications returned when calling
ListPlatformApplicationsaction. - #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 returned when calling ListPlatformApplications action if additional
records are available after the first page results.
NextToken string is returned when calling ListPlatformApplications action if additional
records are available after the first page results.
Platform applications returned when calling ListPlatformApplications action.
Platform applications returned when calling ListPlatformApplications action.