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.

Constant Summary collapse

SENSITIVE =
[]

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)


1319
1320
1321
1322
1323
1324
# File 'lib/aws-sdk-sns/types.rb', line 1319

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

#platform_applicationsArray<Types::PlatformApplication>

Platform applications returned when calling ‘ListPlatformApplications` action.

Returns:



1319
1320
1321
1322
1323
1324
# File 'lib/aws-sdk-sns/types.rb', line 1319

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