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.

Instance Attribute Summary collapse

Instance Attribute Details

#endpointsArray<Types::Endpoint>

Endpoints returned for ListEndpointsByPlatformApplication action.

Returns:



672
673
674
675
676
# File 'lib/aws-sdk-sns/types.rb', line 672

class ListEndpointsByPlatformApplicationResponse < Struct.new(
  :endpoints,
  :next_token)
  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)


672
673
674
675
676
# File 'lib/aws-sdk-sns/types.rb', line 672

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