Struct rusoto_sns::ListPhoneNumbersOptedOutResponse [] [src]

pub struct ListPhoneNumbersOptedOutResponse {
    pub next_token: Option<String>,
    pub phone_numbers: Option<Vec<String>>,
}

The response from the ListPhoneNumbersOptedOut action.

Fields

A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.

Trait Implementations

impl Default for ListPhoneNumbersOptedOutResponse
[src]

[src]

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

impl Debug for ListPhoneNumbersOptedOutResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListPhoneNumbersOptedOutResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more