Struct rusoto_sns::ListPlatformApplicationsInput[][src]

pub struct ListPlatformApplicationsInput {
    pub next_token: Option<String>,
}

Input for ListPlatformApplications action.

Fields

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

Trait Implementations

impl Default for ListPlatformApplicationsInput
[src]

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

impl Debug for ListPlatformApplicationsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for ListPlatformApplicationsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListPlatformApplicationsInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations