Struct aws_sdk_ssm::input::DeletePatchBaselineInput
source · [−]#[non_exhaustive]pub struct DeletePatchBaselineInput { /* private fields */ }
Implementations
sourceimpl DeletePatchBaselineInput
impl DeletePatchBaselineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePatchBaseline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeletePatchBaseline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeletePatchBaseline
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeletePatchBaselineInput
.
sourceimpl DeletePatchBaselineInput
impl DeletePatchBaselineInput
sourcepub fn baseline_id(&self) -> Option<&str>
pub fn baseline_id(&self) -> Option<&str>
The ID of the patch baseline to delete.
Trait Implementations
sourceimpl Clone for DeletePatchBaselineInput
impl Clone for DeletePatchBaselineInput
sourcefn clone(&self) -> DeletePatchBaselineInput
fn clone(&self) -> DeletePatchBaselineInput
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 DeletePatchBaselineInput
impl Debug for DeletePatchBaselineInput
sourceimpl PartialEq<DeletePatchBaselineInput> for DeletePatchBaselineInput
impl PartialEq<DeletePatchBaselineInput> for DeletePatchBaselineInput
sourcefn eq(&self, other: &DeletePatchBaselineInput) -> bool
fn eq(&self, other: &DeletePatchBaselineInput) -> bool
impl StructuralPartialEq for DeletePatchBaselineInput
Auto Trait Implementations
impl RefUnwindSafe for DeletePatchBaselineInput
impl Send for DeletePatchBaselineInput
impl Sync for DeletePatchBaselineInput
impl Unpin for DeletePatchBaselineInput
impl UnwindSafe for DeletePatchBaselineInput
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