Class: Aws::SNS::Types::ListEndpointsByPlatformApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::ListEndpointsByPlatformApplicationInput
- Defined in:
- gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb
Overview
Note:
When making an API call, you may pass ListEndpointsByPlatformApplicationInput data as a hash:
{
platform_application_arn: "String", # required
next_token: "String",
}
Input for ListEndpointsByPlatformApplication action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
-
#platform_application_arn ⇒ String
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
Instance Attribute Details
#next_token ⇒ String
NextToken string is used when calling ListEndpointsByPlatformApplication action to retrieve additional records that are available after the first page results.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1212 class ListEndpointsByPlatformApplicationInput < Struct.new( :platform_application_arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#platform_application_arn ⇒ String
PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.
1212 1213 1214 1215 1216 1217 |
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1212 class ListEndpointsByPlatformApplicationInput < Struct.new( :platform_application_arn, :next_token) SENSITIVE = [] include Aws::Structure end |