Class: Aws::Types::DeleteCertificateAuthorityResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCertificateAuthorityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_authority ⇒ Types::CertificateAuthoritySummary
Returns the value of attribute certificate_authority.
-
#update ⇒ Types::Update
Returns the value of attribute update.
Instance Attribute Details
#certificate_authority ⇒ Types::CertificateAuthoritySummary
Returns the value of attribute certificate_authority.
742 743 744 |
# File 'sig/types.rbs', line 742 def @certificate_authority end |
#update ⇒ Types::Update
Returns the value of attribute update.
741 742 743 |
# File 'sig/types.rbs', line 741 def update @update end |