Struct rusoto_sns::ListTopicsResponse [] [src]

pub struct ListTopicsResponse {
    pub next_token: Option<NextToken>,
    pub topics: Option<TopicsList>,
}

Response for ListTopics action.

Fields

Token to pass along to the next ListTopics request. This element is returned if there are additional topics to retrieve.

A list of topic ARNs.

Trait Implementations

impl Default for ListTopicsResponse
[src]

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

impl Debug for ListTopicsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListTopicsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more