#[non_exhaustive]pub struct GetDefaultPatchBaselineOutput { /* private fields */ }Implementations§
source§impl GetDefaultPatchBaselineOutput
impl GetDefaultPatchBaselineOutput
sourcepub fn baseline_id(&self) -> Option<&str>
pub fn baseline_id(&self) -> Option<&str>
The ID of the default patch baseline.
sourcepub fn operating_system(&self) -> Option<&OperatingSystem>
pub fn operating_system(&self) -> Option<&OperatingSystem>
The operating system for the returned patch baseline.
source§impl GetDefaultPatchBaselineOutput
impl GetDefaultPatchBaselineOutput
sourcepub fn builder() -> GetDefaultPatchBaselineOutputBuilder
pub fn builder() -> GetDefaultPatchBaselineOutputBuilder
Creates a new builder-style object to manufacture GetDefaultPatchBaselineOutput.
Trait Implementations§
source§impl Clone for GetDefaultPatchBaselineOutput
impl Clone for GetDefaultPatchBaselineOutput
source§fn clone(&self) -> GetDefaultPatchBaselineOutput
fn clone(&self) -> GetDefaultPatchBaselineOutput
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<GetDefaultPatchBaselineOutput> for GetDefaultPatchBaselineOutput
impl PartialEq<GetDefaultPatchBaselineOutput> for GetDefaultPatchBaselineOutput
source§fn eq(&self, other: &GetDefaultPatchBaselineOutput) -> bool
fn eq(&self, other: &GetDefaultPatchBaselineOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDefaultPatchBaselineOutput
impl RequestId for GetDefaultPatchBaselineOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.