Class: Aws::CloudHSM::Types::GetConfigResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_credString

The certificate file containing the server.pem files of the HSMs.

Returns:

  • (String)


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_fileString

The chrystoki.conf configuration file.

Returns:

  • (String)


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_typeString

The type of credentials.

Returns:

  • (String)


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