Class: Aws::Types::TrustedCertificatePublicKey
- Inherits:
-
Object
- Object
- Aws::Types::TrustedCertificatePublicKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
-
#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
#certificate_authority_public_key_identifier ⇒ ::String
Returns the value of attribute certificate_authority_public_key_identifier.
675 676 677 |
# File 'sig/types.rbs', line 675 def @certificate_authority_public_key_identifier end |
#key_attributes ⇒ Types::KeyAttributes
Returns the value of attribute key_attributes.
673 674 675 |
# File 'sig/types.rbs', line 673 def key_attributes @key_attributes end |
#public_key_certificate ⇒ ::String
Returns the value of attribute public_key_certificate.
674 675 676 |
# File 'sig/types.rbs', line 674 def public_key_certificate @public_key_certificate end |