Class: Aws::CloudHSMV2::Types::Certificates
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudHSMV2::Types::Certificates
- Includes:
- Structure
- Defined in:
- 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
-
#aws_hardware_certificate ⇒ String
The HSM hardware certificate issued (signed) by CloudHSM.
-
#cluster_certificate ⇒ String
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster’s owner.
-
#cluster_csr ⇒ String
The cluster’s certificate signing request (CSR).
-
#hsm_certificate ⇒ String
The HSM certificate issued (signed) by the HSM hardware.
-
#manufacturer_hardware_certificate ⇒ String
The HSM hardware certificate issued (signed) by the hardware manufacturer.
Instance Attribute Details
#aws_hardware_certificate ⇒ String
The HSM hardware certificate issued (signed) by CloudHSM.
152 153 154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 152 class Certificates < Struct.new( :cluster_csr, :hsm_certificate, :aws_hardware_certificate, :manufacturer_hardware_certificate, :cluster_certificate) SENSITIVE = [] include Aws::Structure end |
#cluster_certificate ⇒ String
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster’s owner.
152 153 154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 152 class Certificates < Struct.new( :cluster_csr, :hsm_certificate, :aws_hardware_certificate, :manufacturer_hardware_certificate, :cluster_certificate) SENSITIVE = [] include Aws::Structure end |
#cluster_csr ⇒ String
The cluster’s certificate signing request (CSR). The CSR exists only when the cluster’s state is ‘UNINITIALIZED`.
152 153 154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 152 class Certificates < Struct.new( :cluster_csr, :hsm_certificate, :aws_hardware_certificate, :manufacturer_hardware_certificate, :cluster_certificate) SENSITIVE = [] include Aws::Structure end |
#hsm_certificate ⇒ String
The HSM certificate issued (signed) by the HSM hardware.
152 153 154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 152 class Certificates < Struct.new( :cluster_csr, :hsm_certificate, :aws_hardware_certificate, :manufacturer_hardware_certificate, :cluster_certificate) SENSITIVE = [] include Aws::Structure end |
#manufacturer_hardware_certificate ⇒ String
The HSM hardware certificate issued (signed) by the hardware manufacturer.
152 153 154 155 156 157 158 159 160 |
# File 'lib/aws-sdk-cloudhsmv2/types.rb', line 152 class Certificates < Struct.new( :cluster_csr, :hsm_certificate, :aws_hardware_certificate, :manufacturer_hardware_certificate, :cluster_certificate) SENSITIVE = [] include Aws::Structure end |