Class: Aws::SNS::Types::ListPlatformApplicationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListPlatformApplicationsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Input for ‘ListPlatformApplications` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
‘NextToken` string is used when calling `ListPlatformApplications` action to retrieve additional records that are available after the first page results.
Instance Attribute Details
#next_token ⇒ String
‘NextToken` string is used when calling `ListPlatformApplications` action to retrieve additional records that are available after the first page results.
1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-sns/types.rb', line 1298 class ListPlatformApplicationsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |