Struct rusoto_sns::ListEndpointsByPlatformApplicationResponse [] [src]

pub struct ListEndpointsByPlatformApplicationResponse {
    pub endpoints: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Response for ListEndpointsByPlatformApplication action.

Fields

Endpoints returned for ListEndpointsByPlatformApplication action.

NextToken string is returned when calling ListEndpointsByPlatformApplication action if additional records are available after the first page results.

Trait Implementations

impl Default for ListEndpointsByPlatformApplicationResponse
[src]

[src]

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

impl Debug for ListEndpointsByPlatformApplicationResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListEndpointsByPlatformApplicationResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations