#[non_exhaustive]pub struct DeletePatchBaselineInput { /* private fields */ }Implementations§
source§impl 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.
source§impl DeletePatchBaselineInput
impl DeletePatchBaselineInput
sourcepub fn builder() -> DeletePatchBaselineInputBuilder
pub fn builder() -> DeletePatchBaselineInputBuilder
Creates a new builder-style object to manufacture DeletePatchBaselineInput.
source§impl 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>
Trait Implementations§
source§impl Clone for DeletePatchBaselineInput
impl Clone for DeletePatchBaselineInput
source§fn clone(&self) -> DeletePatchBaselineInput
fn clone(&self) -> DeletePatchBaselineInput
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 Debug for DeletePatchBaselineInput
impl Debug for DeletePatchBaselineInput
source§impl PartialEq<DeletePatchBaselineInput> for DeletePatchBaselineInput
impl PartialEq<DeletePatchBaselineInput> for DeletePatchBaselineInput
source§fn eq(&self, other: &DeletePatchBaselineInput) -> bool
fn eq(&self, other: &DeletePatchBaselineInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.