Struct rusoto_cloudhsm::DescribeHapgRequest [] [src]

pub struct DescribeHapgRequest {
    pub hapg_arn: HapgArn,
}

Contains the inputs for the DescribeHapg action.

Fields

The ARN of the high-availability partition group to describe.

Trait Implementations

impl Default for DescribeHapgRequest
[src]

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

impl Debug for DescribeHapgRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeHapgRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more