Struct rusoto_rds::DeleteEventSubscriptionMessage [] [src]

pub struct DeleteEventSubscriptionMessage {
    pub subscription_name: String,
}

Fields

The name of the RDS event notification subscription you want to delete.

Trait Implementations

impl Default for DeleteEventSubscriptionMessage
[src]

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

impl Debug for DeleteEventSubscriptionMessage
[src]

Formats the value using the given formatter.

impl Clone for DeleteEventSubscriptionMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more