#[non_exhaustive]pub struct DeleteHypervisorOutput { /* private fields */ }
Implementations§
source§impl DeleteHypervisorOutput
impl DeleteHypervisorOutput
sourcepub fn hypervisor_arn(&self) -> Option<&str>
pub fn hypervisor_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the hypervisor you deleted.
source§impl DeleteHypervisorOutput
impl DeleteHypervisorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteHypervisorOutput
.
Trait Implementations§
source§impl Clone for DeleteHypervisorOutput
impl Clone for DeleteHypervisorOutput
source§fn clone(&self) -> DeleteHypervisorOutput
fn clone(&self) -> DeleteHypervisorOutput
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 DeleteHypervisorOutput
impl Debug for DeleteHypervisorOutput
source§impl PartialEq<DeleteHypervisorOutput> for DeleteHypervisorOutput
impl PartialEq<DeleteHypervisorOutput> for DeleteHypervisorOutput
source§fn eq(&self, other: &DeleteHypervisorOutput) -> bool
fn eq(&self, other: &DeleteHypervisorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.