Class: Aws::SNS::Types::ListEndpointsByPlatformApplicationInput

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

Overview

Input for ListEndpointsByPlatformApplication action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1184

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

#platform_application_arnString

PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1184

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