Struct rusoto_greengrass::Subscription [] [src]

pub struct Subscription {
    pub id: Option<String>,
    pub source: Option<String>,
    pub subject: Option<String>,
    pub target: Option<String>,
}

Information on subscription

Fields

Element Id for this entry in the list.

Source of the subscription. Can be a thing arn, lambda arn or word 'cloud'

Subject of the message.

Where the message is sent to. Can be a thing arn, lambda arn or word 'cloud'.

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. Read more

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

Auto Trait Implementations

impl Send for Subscription

impl Sync for Subscription