Class: Aws::CloudHSM::Types::GetConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSM::Types::GetConfigResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudhsm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_cred ⇒ String
The certificate file containing the server.pem files of the HSMs.
-
#config_file ⇒ String
The chrystoki.conf configuration file.
-
#config_type ⇒ String
The type of credentials.
Instance Attribute Details
#config_cred ⇒ String
The certificate file containing the server.pem files of the HSMs.
577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 577 class GetConfigResponse < Struct.new( :config_type, :config_file, :config_cred) SENSITIVE = [] include Aws::Structure end |
#config_file ⇒ String
The chrystoki.conf configuration file.
577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 577 class GetConfigResponse < Struct.new( :config_type, :config_file, :config_cred) SENSITIVE = [] include Aws::Structure end |
#config_type ⇒ String
The type of credentials.
577 578 579 580 581 582 583 |
# File 'lib/aws-sdk-cloudhsm/types.rb', line 577 class GetConfigResponse < Struct.new( :config_type, :config_file, :config_cred) SENSITIVE = [] include Aws::Structure end |