Struct rusoto_config::DeleteDeliveryChannelRequest [] [src]

pub struct DeleteDeliveryChannelRequest {
    pub delivery_channel_name: String,
}

The input for the DeleteDeliveryChannel action. The action accepts the following data in JSON format.

Fields

The name of the delivery channel to delete.

Trait Implementations

impl Default for DeleteDeliveryChannelRequest
[src]

[src]

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

impl Debug for DeleteDeliveryChannelRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DeleteDeliveryChannelRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more