Class: Aws::SNS::Types::ListEndpointsByPlatformApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListEndpointsByPlatformApplicationResponse
- Defined in:
- gems/aws-sdk-sns/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.
1176 1177 1178 1179 1180 1181 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1176 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.
1176 1177 1178 1179 1180 1181 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1176 class ListEndpointsByPlatformApplicationResponse < Struct.new( :endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |