Struct rusoto_inspector::ListEventSubscriptionsResponse [] [src]

pub struct ListEventSubscriptionsResponse {
    pub next_token: Option<String>,
    pub subscriptions: Vec<Subscription>,
}

Fields

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

Details of the returned event subscriptions.

Trait Implementations

impl Default for ListEventSubscriptionsResponse
[src]

[src]

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

impl Debug for ListEventSubscriptionsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListEventSubscriptionsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations