Class: Aws::Types::Certificates
- Inherits:
-
Object
- Object
- Aws::Types::Certificates
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_hardware_certificate ⇒ ::String
Returns the value of attribute aws_hardware_certificate.
-
#cluster_certificate ⇒ ::String
Returns the value of attribute cluster_certificate.
-
#cluster_csr ⇒ ::String
Returns the value of attribute cluster_csr.
-
#hsm_certificate ⇒ ::String
Returns the value of attribute hsm_certificate.
-
#manufacturer_hardware_certificate ⇒ ::String
Returns the value of attribute manufacturer_hardware_certificate.
Instance Attribute Details
#aws_hardware_certificate ⇒ ::String
Returns the value of attribute aws_hardware_certificate.
38 39 40 |
# File 'sig/types.rbs', line 38 def aws_hardware_certificate @aws_hardware_certificate end |
#cluster_certificate ⇒ ::String
Returns the value of attribute cluster_certificate.
40 41 42 |
# File 'sig/types.rbs', line 40 def cluster_certificate @cluster_certificate end |
#cluster_csr ⇒ ::String
Returns the value of attribute cluster_csr.
36 37 38 |
# File 'sig/types.rbs', line 36 def cluster_csr @cluster_csr end |
#hsm_certificate ⇒ ::String
Returns the value of attribute hsm_certificate.
37 38 39 |
# File 'sig/types.rbs', line 37 def hsm_certificate @hsm_certificate end |
#manufacturer_hardware_certificate ⇒ ::String
Returns the value of attribute manufacturer_hardware_certificate.
39 40 41 |
# File 'sig/types.rbs', line 39 def manufacturer_hardware_certificate @manufacturer_hardware_certificate end |