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]

[src]

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

impl Debug for Hsm
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Hsm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Hsm

impl Sync for Hsm