Class: Aws::SNS::Types::ListPlatformApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListPlatformApplicationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Response for ‘ListPlatformApplications` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
‘NextToken` string is returned when calling `ListPlatformApplications` action if additional records are available after the first page results.
-
#platform_applications ⇒ Array<Types::PlatformApplication>
Platform applications returned when calling ‘ListPlatformApplications` action.
Instance Attribute Details
#next_token ⇒ String
‘NextToken` string is returned when calling `ListPlatformApplications` action if additional records are available after the first page results.
1319 1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-sns/types.rb', line 1319 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.
1319 1320 1321 1322 1323 1324 |
# File 'lib/aws-sdk-sns/types.rb', line 1319 class ListPlatformApplicationsResponse < Struct.new( :platform_applications, :next_token) SENSITIVE = [] include Aws::Structure end |