Class: Aws::Types::RootCertificatePublicKey
- Inherits:
-
Object
- Object
- Aws::Types::RootCertificatePublicKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
-
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
Instance Attribute Details
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
617 618 619 |
# File 'sig/types.rbs', line 617 def key_attributes @key_attributes end |
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
618 619 620 |
# File 'sig/types.rbs', line 618 def public_key_certificate @public_key_certificate end |