[][src]Struct rusoto_cloudhsmv2::DeleteHsmRequest

pub struct DeleteHsmRequest {
    pub cluster_id: String,
    pub eni_id: Option<String>,
    pub eni_ip: Option<String>,
    pub hsm_id: Option<String>,
}

Fields

cluster_id: String

The identifier (ID) of the cluster that contains the HSM that you are deleting.

eni_id: Option<String>

The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.

eni_ip: Option<String>

The IP address of the elastic network interface (ENI) of the HSM that you are deleting.

hsm_id: Option<String>

The identifier (ID) of the HSM that you are deleting.

Trait Implementations

impl Clone for DeleteHsmRequest[src]

impl Debug for DeleteHsmRequest[src]

impl Default for DeleteHsmRequest[src]

impl PartialEq<DeleteHsmRequest> for DeleteHsmRequest[src]

impl Serialize for DeleteHsmRequest[src]

impl StructuralPartialEq for DeleteHsmRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.