Struct rusoto_cloudhsm::ModifyHapgRequest[][src]

pub struct ModifyHapgRequest {
    pub hapg_arn: String,
    pub label: Option<String>,
    pub partition_serial_list: Option<Vec<String>>,
}

Fields

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

The new label for the high-availability partition group.

The list of partition serial numbers to make members of the high-availability partition group.

Trait Implementations

impl Default for ModifyHapgRequest
[src]

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

impl Debug for ModifyHapgRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ModifyHapgRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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