Struct rusoto_config::DescribeDeliveryChannelStatusResponse [] [src]

pub struct DescribeDeliveryChannelStatusResponse {
    pub delivery_channels_status: Option<Vec<DeliveryChannelStatus>>,
}

The output for the DescribeDeliveryChannelStatus action.

Fields

A list that contains the status of a specified delivery channel.

Trait Implementations

impl Default for DescribeDeliveryChannelStatusResponse
[src]

[src]

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

impl Debug for DescribeDeliveryChannelStatusResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDeliveryChannelStatusResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more