[][src]Struct rusoto_cloudhsm::DescribeHapgResponse

pub struct DescribeHapgResponse {
    pub hapg_arn: Option<String>,
    pub hapg_serial: Option<String>,
    pub hsms_last_action_failed: Option<Vec<String>>,
    pub hsms_pending_deletion: Option<Vec<String>>,
    pub hsms_pending_registration: Option<Vec<String>>,
    pub label: Option<String>,
    pub last_modified_timestamp: Option<String>,
    pub partition_serial_list: Option<Vec<String>>,
    pub state: Option<String>,
}

Contains the output of the DescribeHapg action.

Fields

hapg_arn: Option<String>

The ARN of the high-availability partition group.

hapg_serial: Option<String>

The serial number of the high-availability partition group.

hsms_last_action_failed: Option<Vec<String>>

hsms_pending_deletion: Option<Vec<String>>

hsms_pending_registration: Option<Vec<String>>

label: Option<String>

The label for the high-availability partition group.

last_modified_timestamp: Option<String>

The date and time the high-availability partition group was last modified.

partition_serial_list: Option<Vec<String>>

The list of partition serial numbers that belong to the high-availability partition group.

state: Option<String>

The state of the high-availability partition group.

Trait Implementations

impl Clone for DescribeHapgResponse[src]

impl Debug for DescribeHapgResponse[src]

impl Default for DescribeHapgResponse[src]

impl<'de> Deserialize<'de> for DescribeHapgResponse[src]

impl PartialEq<DescribeHapgResponse> for DescribeHapgResponse[src]

impl StructuralPartialEq for DescribeHapgResponse[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> 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.