Class: Aws::SNS::Types::ListPlatformApplicationsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb

Overview

Input for ListPlatformApplications action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

NextToken string is used when calling ListPlatformApplications action to retrieve additional records that are available after the first page results.

Returns:

  • (String)


1298
1299
1300
1301
1302
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1298

class ListPlatformApplicationsInput < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end