Class: Aws::SNS::Types::ListPlatformApplicationsResponse

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

Overview

Response for ListPlatformApplications action.

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

NextToken string is returned when calling ListPlatformApplications action if additional records are available after the first page results.

Returns:

  • (String)


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

class ListPlatformApplicationsResponse < Struct.new(
  :platform_applications,
  :next_token)
  include Aws::Structure
end

#platform_applicationsArray<Types::PlatformApplication>

Platform applications returned when calling ListPlatformApplications action.

Returns:



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

class ListPlatformApplicationsResponse < Struct.new(
  :platform_applications,
  :next_token)
  include Aws::Structure
end