Struct rusoto_rds::RemoveSourceIdentifierFromSubscriptionMessage [] [src]

pub struct RemoveSourceIdentifierFromSubscriptionMessage {
    pub source_identifier: String,
    pub subscription_name: String,
}

Fields

The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

The name of the RDS event notification subscription you want to remove a source identifier from.

Trait Implementations

impl Default for RemoveSourceIdentifierFromSubscriptionMessage
[src]

[src]

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

impl Debug for RemoveSourceIdentifierFromSubscriptionMessage
[src]

[src]

Formats the value using the given formatter.

impl Clone for RemoveSourceIdentifierFromSubscriptionMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more