Struct aws_sdk_config::input::PutDeliveryChannelInput
source · [−]#[non_exhaustive]pub struct PutDeliveryChannelInput {
pub delivery_channel: Option<DeliveryChannel>,
}Expand description
The input for the PutDeliveryChannel action.
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.delivery_channel: Option<DeliveryChannel>The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutDeliveryChannel, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutDeliveryChannel, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<PutDeliveryChannel>
Creates a new builder-style object to manufacture PutDeliveryChannelInput
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket and to an Amazon SNS topic.
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 PutDeliveryChannelInput
impl Send for PutDeliveryChannelInput
impl Sync for PutDeliveryChannelInput
impl Unpin for PutDeliveryChannelInput
impl UnwindSafe for PutDeliveryChannelInput
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