Struct rusoto_sns::ListEndpointsByPlatformApplicationInput [] [src]

pub struct ListEndpointsByPlatformApplicationInput {
    pub next_token: Option<String>,
    pub platform_application_arn: String,
}

Input for ListEndpointsByPlatformApplication action.

Fields

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

PlatformApplicationArn for ListEndpointsByPlatformApplicationInput action.

Trait Implementations

impl Default for ListEndpointsByPlatformApplicationInput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ListEndpointsByPlatformApplicationInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListEndpointsByPlatformApplicationInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more