Class: Aws::Types::ActiveCertificateAuthority
- Inherits:
-
Object
- Object
- Aws::Types::ActiveCertificateAuthority
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activated_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute activated_by.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#activated_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute activated_by.
62 63 64 |
# File 'sig/types.rbs', line 62 def activated_by @activated_by end |
#id ⇒ ::String
Returns the value of attribute id.
61 62 63 |
# File 'sig/types.rbs', line 61 def id @id end |