#[non_exhaustive]pub struct DescribeEffectivePatchesForPatchBaselineInput { /* private fields */ }
Implementations
sourceimpl DescribeEffectivePatchesForPatchBaselineInput
impl DescribeEffectivePatchesForPatchBaselineInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEffectivePatchesForPatchBaseline, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEffectivePatchesForPatchBaseline, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEffectivePatchesForPatchBaseline
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEffectivePatchesForPatchBaselineInput
.
sourceimpl DescribeEffectivePatchesForPatchBaselineInput
impl DescribeEffectivePatchesForPatchBaselineInput
sourcepub fn baseline_id(&self) -> Option<&str>
pub fn baseline_id(&self) -> Option<&str>
The ID of the patch baseline to retrieve the effective patches for.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of patches to return (per page).
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of items to return. (You received this token from a previous call.)
Trait Implementations
sourceimpl Clone for DescribeEffectivePatchesForPatchBaselineInput
impl Clone for DescribeEffectivePatchesForPatchBaselineInput
sourcefn clone(&self) -> DescribeEffectivePatchesForPatchBaselineInput
fn clone(&self) -> DescribeEffectivePatchesForPatchBaselineInput
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<DescribeEffectivePatchesForPatchBaselineInput> for DescribeEffectivePatchesForPatchBaselineInput
impl PartialEq<DescribeEffectivePatchesForPatchBaselineInput> for DescribeEffectivePatchesForPatchBaselineInput
sourcefn eq(&self, other: &DescribeEffectivePatchesForPatchBaselineInput) -> bool
fn eq(&self, other: &DescribeEffectivePatchesForPatchBaselineInput) -> bool
impl StructuralPartialEq for DescribeEffectivePatchesForPatchBaselineInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEffectivePatchesForPatchBaselineInput
impl Send for DescribeEffectivePatchesForPatchBaselineInput
impl Sync for DescribeEffectivePatchesForPatchBaselineInput
impl Unpin for DescribeEffectivePatchesForPatchBaselineInput
impl UnwindSafe for DescribeEffectivePatchesForPatchBaselineInput
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