Struct rusoto_cloudhsmv2::Hsm[][src]

pub struct Hsm {
    pub availability_zone: Option<String>,
    pub cluster_id: Option<String>,
    pub eni_id: Option<String>,
    pub eni_ip: Option<String>,
    pub hsm_id: String,
    pub state: Option<String>,
    pub state_message: Option<String>,
    pub subnet_id: Option<String>,
}

Contains information about a hardware security module (HSM) in an AWS CloudHSM cluster.

Fields

The Availability Zone that contains the HSM.

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

The identifier (ID) of the HSM's elastic network interface (ENI).

The IP address of the HSM's elastic network interface (ENI).

The HSM's identifier (ID).

The HSM's state.

A description of the HSM's state.

The subnet that contains the HSM's elastic network interface (ENI).

Trait Implementations

impl Default for Hsm
[src]

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

impl Debug for Hsm
[src]

Formats the value using the given formatter. Read more

impl Clone for Hsm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Hsm
[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

impl Send for Hsm

impl Sync for Hsm