Class: Aws::Types::CertificateAuthorityConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CertificateAuthorityConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csr_extensions ⇒ Types::CsrExtensions
Returns the value of attribute csr_extensions.
-
#key_algorithm ⇒ "RSA_2048", ...
Returns the value of attribute key_algorithm.
-
#signing_algorithm ⇒ "SHA256WITHECDSA", ...
Returns the value of attribute signing_algorithm.
-
#subject ⇒ Types::ASN1Subject
Returns the value of attribute subject.
Instance Attribute Details
#csr_extensions ⇒ Types::CsrExtensions
Returns the value of attribute csr_extensions.
71 72 73 |
# File 'sig/types.rbs', line 71 def csr_extensions @csr_extensions end |
#key_algorithm ⇒ "RSA_2048", ...
Returns the value of attribute key_algorithm.
68 69 70 |
# File 'sig/types.rbs', line 68 def key_algorithm @key_algorithm end |
#signing_algorithm ⇒ "SHA256WITHECDSA", ...
Returns the value of attribute signing_algorithm.
69 70 71 |
# File 'sig/types.rbs', line 69 def signing_algorithm @signing_algorithm end |
#subject ⇒ Types::ASN1Subject
Returns the value of attribute subject.
70 71 72 |
# File 'sig/types.rbs', line 70 def subject @subject end |