[−][src]Struct rusoto_cloudhsm::DescribeHsmResponse
Contains the output of the DescribeHsm operation.
Fields
availability_zone: Option<String>
The Availability Zone that the HSM is in.
eni_id: Option<String>
The identifier of the elastic network interface (ENI) attached to the HSM.
eni_ip: Option<String>
The IP address assigned to the HSM's ENI.
hsm_arn: Option<String>
The ARN of the HSM.
hsm_type: Option<String>
The HSM model type.
iam_role_arn: Option<String>
The ARN of the IAM role assigned to the HSM.
partitions: Option<Vec<String>>
The list of partitions on the HSM.
serial_number: Option<String>
The serial number of the HSM.
server_cert_last_updated: Option<String>
The date and time that the server certificate was last updated.
server_cert_uri: Option<String>
The URI of the certificate server.
software_version: Option<String>
The HSM software version.
ssh_key_last_updated: Option<String>
The date and time that the SSH key was last updated.
ssh_public_key: Option<String>
The public SSH key.
status: Option<String>
The status of the HSM.
status_details: Option<String>
Contains additional information about the status of the HSM.
subnet_id: Option<String>
The identifier of the subnet that the HSM is in.
subscription_end_date: Option<String>
The subscription end date.
subscription_start_date: Option<String>
The subscription start date.
subscription_type: Option<String>
vendor_name: Option<String>
The name of the HSM vendor.
vpc_id: Option<String>
The identifier of the VPC that the HSM is in.
Trait Implementations
impl PartialEq<DescribeHsmResponse> for DescribeHsmResponse
[src]
fn eq(&self, other: &DescribeHsmResponse) -> bool
[src]
fn ne(&self, other: &DescribeHsmResponse) -> bool
[src]
impl Default for DescribeHsmResponse
[src]
fn default() -> DescribeHsmResponse
[src]
impl Clone for DescribeHsmResponse
[src]
fn clone(&self) -> DescribeHsmResponse
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DescribeHsmResponse
[src]
impl<'de> Deserialize<'de> for DescribeHsmResponse
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for DescribeHsmResponse
impl Sync for DescribeHsmResponse
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self