Class: Aws::Types::CreateCertificateAuthorityResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateAuthorityResponse
- 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.
587 588 589 |
# File 'sig/types.rbs', line 587 def @certificate_authority end |
#update ⇒ Types::Update
Returns the value of attribute update.
586 587 588 |
# File 'sig/types.rbs', line 586 def update @update end |