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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_arnString

The ARN of the client.

Returns:

  • (String)


555
556
557
558
559
560
561
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 555

class GetConfigRequest < Struct.new(
  :client_arn,
  :client_version,
  :hapg_list)
  SENSITIVE = []
  include Aws::Structure
end

#client_versionString

The client version.

Returns:

  • (String)


555
556
557
558
559
560
561
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 555

class GetConfigRequest < Struct.new(
  :client_arn,
  :client_version,
  :hapg_list)
  SENSITIVE = []
  include Aws::Structure
end

#hapg_listArray<String>

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

Returns:

  • (Array<String>)


555
556
557
558
559
560
561
# File 'gems/aws-sdk-cloudhsm/lib/aws-sdk-cloudhsm/types.rb', line 555

class GetConfigRequest < Struct.new(
  :client_arn,
  :client_version,
  :hapg_list)
  SENSITIVE = []
  include Aws::Structure
end