You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudHSM::Types::GetConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetConfigRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_arn: "ClientArn", # required
  client_version: "5.1", # required, accepts 5.1, 5.3
  hapg_list: ["HapgArn"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_arnString

The ARN of the client.

Returns:

  • (String)

    The ARN of the client.

#client_versionString

The client version.

Possible values:

  • 5.1
  • 5.3

Returns:

  • (String)

    The client version.

#hapg_listArray<String>

A list of ARNs that identify the high-availability partition groups that are associated with the client.

Returns:

  • (Array<String>)

    A list of ARNs that identify the high-availability partition groups that are associated with the client.