Class: Aws::CloudHSM::Types::GetConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::GetConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_arn ⇒ String
The ARN of the client.
-
#client_version ⇒ String
The client version.
-
#hapg_list ⇒ Array<String>
A list of ARNs that identify the high-availability partition groups that are associated with the client.
Instance Attribute Details
#client_arn ⇒ String
The ARN of the client.
555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 555 class GetConfigRequest < Struct.new( :client_arn, :client_version, :hapg_list) SENSITIVE = [] include Aws::Structure end |
#client_version ⇒ String
The client version.
555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 555 class GetConfigRequest < Struct.new( :client_arn, :client_version, :hapg_list) SENSITIVE = [] include Aws::Structure end |
#hapg_list ⇒ Array<String>
A list of ARNs that identify the high-availability partition groups that are associated with the client.
555 556 557 558 559 560 561 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 555 class GetConfigRequest < Struct.new( :client_arn, :client_version, :hapg_list) SENSITIVE = [] include Aws::Structure end |