#[non_exhaustive]pub struct DescribeDeliveryChannelsInput { /* private fields */ }Expand description
The input for the DescribeDeliveryChannels action.
Implementations
sourceimpl DescribeDeliveryChannelsInput
impl DescribeDeliveryChannelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDeliveryChannels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDeliveryChannels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDeliveryChannels>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDeliveryChannelsInput.
sourceimpl DescribeDeliveryChannelsInput
impl DescribeDeliveryChannelsInput
sourcepub fn delivery_channel_names(&self) -> Option<&[String]>
pub fn delivery_channel_names(&self) -> Option<&[String]>
A list of delivery channel names.
Trait Implementations
sourceimpl Clone for DescribeDeliveryChannelsInput
impl Clone for DescribeDeliveryChannelsInput
sourcefn clone(&self) -> DescribeDeliveryChannelsInput
fn clone(&self) -> DescribeDeliveryChannelsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeDeliveryChannelsInput
impl Debug for DescribeDeliveryChannelsInput
sourceimpl PartialEq<DescribeDeliveryChannelsInput> for DescribeDeliveryChannelsInput
impl PartialEq<DescribeDeliveryChannelsInput> for DescribeDeliveryChannelsInput
sourcefn eq(&self, other: &DescribeDeliveryChannelsInput) -> bool
fn eq(&self, other: &DescribeDeliveryChannelsInput) -> bool
impl StructuralPartialEq for DescribeDeliveryChannelsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDeliveryChannelsInput
impl Send for DescribeDeliveryChannelsInput
impl Sync for DescribeDeliveryChannelsInput
impl Unpin for DescribeDeliveryChannelsInput
impl UnwindSafe for DescribeDeliveryChannelsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more