#[non_exhaustive]pub struct GetDeployablePatchSnapshotForInstanceInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for GetDeployablePatchSnapshotForInstanceInput
impl Clone for GetDeployablePatchSnapshotForInstanceInput
source§fn clone(&self) -> GetDeployablePatchSnapshotForInstanceInput
fn clone(&self) -> GetDeployablePatchSnapshotForInstanceInput
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 PartialEq<GetDeployablePatchSnapshotForInstanceInput> for GetDeployablePatchSnapshotForInstanceInput
impl PartialEq<GetDeployablePatchSnapshotForInstanceInput> for GetDeployablePatchSnapshotForInstanceInput
source§fn eq(&self, other: &GetDeployablePatchSnapshotForInstanceInput) -> bool
fn eq(&self, other: &GetDeployablePatchSnapshotForInstanceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.