#[non_exhaustive]pub struct GetDeployablePatchSnapshotForInstanceInput { /* private fields */ }
Implementations
sourceimpl GetDeployablePatchSnapshotForInstanceInput
impl GetDeployablePatchSnapshotForInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeployablePatchSnapshotForInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeployablePatchSnapshotForInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDeployablePatchSnapshotForInstance
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeployablePatchSnapshotForInstanceInput
.
sourceimpl GetDeployablePatchSnapshotForInstanceInput
impl GetDeployablePatchSnapshotForInstanceInput
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The ID of the managed node for which the appropriate patch snapshot should be retrieved.
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The snapshot ID provided by the user when running AWS-RunPatchBaseline
.
sourcepub fn baseline_override(&self) -> Option<&BaselineOverride>
pub fn baseline_override(&self) -> Option<&BaselineOverride>
Defines the basic information about a patch baseline override.
Trait Implementations
sourceimpl Clone for GetDeployablePatchSnapshotForInstanceInput
impl Clone for GetDeployablePatchSnapshotForInstanceInput
sourcefn clone(&self) -> GetDeployablePatchSnapshotForInstanceInput
fn clone(&self) -> GetDeployablePatchSnapshotForInstanceInput
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 PartialEq<GetDeployablePatchSnapshotForInstanceInput> for GetDeployablePatchSnapshotForInstanceInput
impl PartialEq<GetDeployablePatchSnapshotForInstanceInput> for GetDeployablePatchSnapshotForInstanceInput
sourcefn eq(&self, other: &GetDeployablePatchSnapshotForInstanceInput) -> bool
fn eq(&self, other: &GetDeployablePatchSnapshotForInstanceInput) -> bool
impl StructuralPartialEq for GetDeployablePatchSnapshotForInstanceInput
Auto Trait Implementations
impl RefUnwindSafe for GetDeployablePatchSnapshotForInstanceInput
impl Send for GetDeployablePatchSnapshotForInstanceInput
impl Sync for GetDeployablePatchSnapshotForInstanceInput
impl Unpin for GetDeployablePatchSnapshotForInstanceInput
impl UnwindSafe for GetDeployablePatchSnapshotForInstanceInput
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