Class: Aws::SNS::Types::ListPlatformApplicationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListPlatformApplicationsInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Note:
When making an API call, you may pass ListPlatformApplicationsInput data as a hash:
{
next_token: "String",
}
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.
1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1348 class ListPlatformApplicationsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |