Class: Aws::CloudHSMV2::Types::Certificates

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

Overview

Contains one or more certificates or a certificate signing request (CSR).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_hardware_certificateString

The HSM hardware certificate issued (signed) by AWS CloudHSM.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 137

class Certificates < Struct.new(
  :cluster_csr,
  :hsm_certificate,
  :aws_hardware_certificate,
  :manufacturer_hardware_certificate,
  :cluster_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_certificateString

The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 137

class Certificates < Struct.new(
  :cluster_csr,
  :hsm_certificate,
  :aws_hardware_certificate,
  :manufacturer_hardware_certificate,
  :cluster_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_csrString

The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 137

class Certificates < Struct.new(
  :cluster_csr,
  :hsm_certificate,
  :aws_hardware_certificate,
  :manufacturer_hardware_certificate,
  :cluster_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#hsm_certificateString

The HSM certificate issued (signed) by the HSM hardware.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 137

class Certificates < Struct.new(
  :cluster_csr,
  :hsm_certificate,
  :aws_hardware_certificate,
  :manufacturer_hardware_certificate,
  :cluster_certificate)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturer_hardware_certificateString

The HSM hardware certificate issued (signed) by the hardware manufacturer.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-cloudhsmv2/lib/aws-sdk-cloudhsmv2/types.rb', line 137

class Certificates < Struct.new(
  :cluster_csr,
  :hsm_certificate,
  :aws_hardware_certificate,
  :manufacturer_hardware_certificate,
  :cluster_certificate)
  SENSITIVE = []
  include Aws::Structure
end