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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

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)


760
761
762
763
# File 'lib/aws-sdk-sns/types.rb', line 760

class ListPlatformApplicationsInput < Struct.new(
  :next_token)
  include Aws::Structure
end