Class: Aws::SNS::Types::ListPlatformApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListPlatformApplicationsResponse
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Response for ListPlatformApplications action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
NextTokenstring is returned when callingListPlatformApplicationsaction if additional records are available after the first page results. -
#platform_applications ⇒ Array<Types::PlatformApplication>
Platform applications returned when calling
ListPlatformApplicationsaction.
Instance Attribute Details
#next_token ⇒ String
NextToken string is returned when calling
ListPlatformApplications action if additional records are
available after the first page results.
1417 1418 1419 1420 1421 1422 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1417 class ListPlatformApplicationsResponse < Struct.new( :platform_applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#platform_applications ⇒ Array<Types::PlatformApplication>
Platform applications returned when calling
ListPlatformApplications action.
1417 1418 1419 1420 1421 1422 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1417 class ListPlatformApplicationsResponse < Struct.new( :platform_applications, :next_token) SENSITIVE = [] include Aws::Structure end |