Class: Aws::SNS::Types::ListEndpointsByPlatformApplicationResponse

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

Overview

Response for ‘ListEndpointsByPlatformApplication` action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsArray<Types::Endpoint>

Endpoints returned for ‘ListEndpointsByPlatformApplication` action.

Returns:



1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-sns/types.rb', line 1205

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

#next_tokenString

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

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'lib/aws-sdk-sns/types.rb', line 1205

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