Class: Aws::SNS::Types::ListEndpointsByPlatformApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListEndpointsByPlatformApplicationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
Response for ‘ListEndpointsByPlatformApplication` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoints ⇒ Array<Types::Endpoint>
Endpoints returned for ‘ListEndpointsByPlatformApplication` action.
-
#next_token ⇒ String
‘NextToken` string is returned when calling `ListEndpointsByPlatformApplication` action if additional records are available after the first page results.
Instance Attribute Details
#endpoints ⇒ Array<Types::Endpoint>
Endpoints returned for ‘ListEndpointsByPlatformApplication` action.
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_token ⇒ String
‘NextToken` string is returned when calling `ListEndpointsByPlatformApplication` action if additional records are available after the first page results.
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 |