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