Struct aws_sdk_config::input::DeliverConfigSnapshotInput
source · [−]#[non_exhaustive]pub struct DeliverConfigSnapshotInput { /* private fields */ }Expand description
The input for the DeliverConfigSnapshot action.
Implementations
sourceimpl DeliverConfigSnapshotInput
impl DeliverConfigSnapshotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeliverConfigSnapshot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeliverConfigSnapshot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeliverConfigSnapshot>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeliverConfigSnapshotInput.
sourceimpl DeliverConfigSnapshotInput
impl DeliverConfigSnapshotInput
sourcepub fn delivery_channel_name(&self) -> Option<&str>
pub fn delivery_channel_name(&self) -> Option<&str>
The name of the delivery channel through which the snapshot is delivered.
Trait Implementations
sourceimpl Clone for DeliverConfigSnapshotInput
impl Clone for DeliverConfigSnapshotInput
sourcefn clone(&self) -> DeliverConfigSnapshotInput
fn clone(&self) -> DeliverConfigSnapshotInput
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 DeliverConfigSnapshotInput
impl Debug for DeliverConfigSnapshotInput
sourceimpl PartialEq<DeliverConfigSnapshotInput> for DeliverConfigSnapshotInput
impl PartialEq<DeliverConfigSnapshotInput> for DeliverConfigSnapshotInput
sourcefn eq(&self, other: &DeliverConfigSnapshotInput) -> bool
fn eq(&self, other: &DeliverConfigSnapshotInput) -> bool
impl StructuralPartialEq for DeliverConfigSnapshotInput
Auto Trait Implementations
impl RefUnwindSafe for DeliverConfigSnapshotInput
impl Send for DeliverConfigSnapshotInput
impl Sync for DeliverConfigSnapshotInput
impl Unpin for DeliverConfigSnapshotInput
impl UnwindSafe for DeliverConfigSnapshotInput
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