Struct rusoto_workdocs::Subscription [] [src]

pub struct Subscription {
    pub end_point: Option<String>,
    pub protocol: Option<String>,
    pub subscription_id: Option<String>,
}

Describes a subscription.

Fields

The endpoint of the subscription.

The protocol of the subscription.

The ID of the subscription.

Trait Implementations

impl Default for Subscription
[src]

[src]

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

impl Debug for Subscription
[src]

[src]

Formats the value using the given formatter.

impl Clone for Subscription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more