Class: Aws::Types::CertificateAuthoritySummary
- Inherits:
-
Object
- Object
- Aws::Types::CertificateAuthoritySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activated_at ⇒ ::Time
Returns the value of attribute activated_at.
-
#activated_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute activated_by.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute created_by.
-
#distribution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute distribution_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#signing_status ⇒ "NOT_USED", ...
Returns the value of attribute signing_status.
Instance Attribute Details
#activated_at ⇒ ::Time
Returns the value of attribute activated_at.
360 361 362 |
# File 'sig/types.rbs', line 360 def activated_at @activated_at end |
#activated_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute activated_by.
361 362 363 |
# File 'sig/types.rbs', line 361 def activated_by @activated_by end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
358 359 360 |
# File 'sig/types.rbs', line 358 def created_at @created_at end |
#created_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute created_by.
359 360 361 |
# File 'sig/types.rbs', line 359 def created_by @created_by end |
#distribution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute distribution_status.
363 364 365 |
# File 'sig/types.rbs', line 363 def distribution_status @distribution_status end |
#id ⇒ ::String
Returns the value of attribute id.
357 358 359 |
# File 'sig/types.rbs', line 357 def id @id end |
#signing_status ⇒ "NOT_USED", ...
Returns the value of attribute signing_status.
362 363 364 |
# File 'sig/types.rbs', line 362 def signing_status @signing_status end |