Struct rusoto_cloudhsmv2::DeleteHsmRequest[][src]

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

Fields

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

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

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

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

Trait Implementations

impl Default for DeleteHsmRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteHsmRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteHsmRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteHsmRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations