Struct aws_sdk_config::types::DeliveryChannelStatus
source · #[non_exhaustive]pub struct DeliveryChannelStatus { /* private fields */ }Expand description
The status of a specified delivery channel.
Valid values: Success | Failure
Implementations§
source§impl DeliveryChannelStatus
impl DeliveryChannelStatus
sourcepub fn config_snapshot_delivery_info(&self) -> Option<&ConfigExportDeliveryInfo>
pub fn config_snapshot_delivery_info(&self) -> Option<&ConfigExportDeliveryInfo>
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
sourcepub fn config_history_delivery_info(&self) -> Option<&ConfigExportDeliveryInfo>
pub fn config_history_delivery_info(&self) -> Option<&ConfigExportDeliveryInfo>
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
sourcepub fn config_stream_delivery_info(&self) -> Option<&ConfigStreamDeliveryInfo>
pub fn config_stream_delivery_info(&self) -> Option<&ConfigStreamDeliveryInfo>
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
source§impl DeliveryChannelStatus
impl DeliveryChannelStatus
sourcepub fn builder() -> DeliveryChannelStatusBuilder
pub fn builder() -> DeliveryChannelStatusBuilder
Creates a new builder-style object to manufacture DeliveryChannelStatus.
Trait Implementations§
source§impl Clone for DeliveryChannelStatus
impl Clone for DeliveryChannelStatus
source§fn clone(&self) -> DeliveryChannelStatus
fn clone(&self) -> DeliveryChannelStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeliveryChannelStatus
impl Debug for DeliveryChannelStatus
source§impl PartialEq<DeliveryChannelStatus> for DeliveryChannelStatus
impl PartialEq<DeliveryChannelStatus> for DeliveryChannelStatus
source§fn eq(&self, other: &DeliveryChannelStatus) -> bool
fn eq(&self, other: &DeliveryChannelStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeliveryChannelStatus
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more