Struct rusoto_sns::ListSubscriptionsByTopicInput [] [src]

pub struct ListSubscriptionsByTopicInput {
    pub next_token: Option<String>,
    pub topic_arn: String,
}

Input for ListSubscriptionsByTopic action.

Fields

Token returned by the previous ListSubscriptionsByTopic request.

The ARN of the topic for which you wish to find subscriptions.

Trait Implementations

impl Default for ListSubscriptionsByTopicInput
[src]

[src]

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

impl Debug for ListSubscriptionsByTopicInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListSubscriptionsByTopicInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more