Class: Aws::Types::CertificateList
- Inherits:
-
Object
- Object
- Aws::Types::CertificateList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#signing_alg ⇒ "Ed25519", "P256r1"
Returns the value of attribute signing_alg.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#signing_alg ⇒ "Ed25519", "P256r1"
Returns the value of attribute signing_alg.
168 169 170 |
# File 'sig/types.rbs', line 168 def signing_alg @signing_alg end |
#value ⇒ ::String
Returns the value of attribute value.
169 170 171 |
# File 'sig/types.rbs', line 169 def value @value end |