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