Struct aws_sdk_config::model::DeliveryChannelStatus [−][src]
#[non_exhaustive]pub struct DeliveryChannelStatus {
pub name: Option<String>,
pub config_snapshot_delivery_info: Option<ConfigExportDeliveryInfo>,
pub config_history_delivery_info: Option<ConfigExportDeliveryInfo>,
pub config_stream_delivery_info: Option<ConfigStreamDeliveryInfo>,
}Expand description
The status of a specified delivery channel.
Valid values: Success | Failure
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the delivery channel.
config_snapshot_delivery_info: Option<ConfigExportDeliveryInfo>A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
config_history_delivery_info: Option<ConfigExportDeliveryInfo>A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
config_stream_delivery_info: Option<ConfigStreamDeliveryInfo>A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
Implementations
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
Creates a new builder-style object to manufacture DeliveryChannelStatus
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DeliveryChannelStatus
impl Send for DeliveryChannelStatus
impl Sync for DeliveryChannelStatus
impl Unpin for DeliveryChannelStatus
impl UnwindSafe for DeliveryChannelStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
