Class: Aws::Types::CreateCertificateResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateCertificateResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ Types::CertificateSummary
Returns the value of attribute certificate.
-
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
Instance Attribute Details
#certificate ⇒ Types::CertificateSummary
Returns the value of attribute certificate.
562 563 564 |
# File 'sig/types.rbs', line 562 def certificate @certificate end |
#operations ⇒ ::Array[Types::Operation]
Returns the value of attribute operations.
563 564 565 |
# File 'sig/types.rbs', line 563 def operations @operations end |