Struct aws_sdk_config::input::PutDeliveryChannelInput
source · [−]#[non_exhaustive]pub struct PutDeliveryChannelInput { /* private fields */ }Expand description
The input for the PutDeliveryChannel action.
Implementations
sourceimpl PutDeliveryChannelInput
impl PutDeliveryChannelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutDeliveryChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutDeliveryChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutDeliveryChannel>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutDeliveryChannelInput.
sourceimpl PutDeliveryChannelInput
impl PutDeliveryChannelInput
sourcepub fn delivery_channel(&self) -> Option<&DeliveryChannel>
pub fn delivery_channel(&self) -> Option<&DeliveryChannel>
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
Trait Implementations
sourceimpl Clone for PutDeliveryChannelInput
impl Clone for PutDeliveryChannelInput
sourcefn clone(&self) -> PutDeliveryChannelInput
fn clone(&self) -> PutDeliveryChannelInput
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 PutDeliveryChannelInput
impl Debug for PutDeliveryChannelInput
sourceimpl PartialEq<PutDeliveryChannelInput> for PutDeliveryChannelInput
impl PartialEq<PutDeliveryChannelInput> for PutDeliveryChannelInput
sourcefn eq(&self, other: &PutDeliveryChannelInput) -> bool
fn eq(&self, other: &PutDeliveryChannelInput) -> bool
impl StructuralPartialEq for PutDeliveryChannelInput
Auto Trait Implementations
impl RefUnwindSafe for PutDeliveryChannelInput
impl Send for PutDeliveryChannelInput
impl Sync for PutDeliveryChannelInput
impl Unpin for PutDeliveryChannelInput
impl UnwindSafe for PutDeliveryChannelInput
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