#[non_exhaustive]pub struct DescribeDeliveryChannelsInput { /* private fields */ }Expand description
The input for the DescribeDeliveryChannels action.
Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for DescribeDeliveryChannelsInput
impl Clone for DescribeDeliveryChannelsInput
source§fn clone(&self) -> DescribeDeliveryChannelsInput
fn clone(&self) -> DescribeDeliveryChannelsInput
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 PartialEq<DescribeDeliveryChannelsInput> for DescribeDeliveryChannelsInput
impl PartialEq<DescribeDeliveryChannelsInput> for DescribeDeliveryChannelsInput
source§fn eq(&self, other: &DescribeDeliveryChannelsInput) -> bool
fn eq(&self, other: &DescribeDeliveryChannelsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.