Class: Aws::Types::CertificateAuthority
- Inherits:
-
Object
- Object
- Aws::Types::CertificateAuthority
- 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.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#distribution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute distribution_status.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#rollback_available ⇒ Boolean
Returns the value of attribute rollback_available.
-
#scheduled_events ⇒ Types::CertificateAuthorityScheduledEvents
Returns the value of attribute scheduled_events.
-
#signing_status ⇒ "NOT_USED", ...
Returns the value of attribute signing_status.
-
#validity ⇒ Types::CertificateAuthorityValidity
Returns the value of attribute validity.
Instance Attribute Details
#activated_at ⇒ ::Time
Returns the value of attribute activated_at.
339 340 341 |
# File 'sig/types.rbs', line 339 def activated_at @activated_at end |
#activated_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute activated_by.
340 341 342 |
# File 'sig/types.rbs', line 340 def activated_by @activated_by end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
337 338 339 |
# File 'sig/types.rbs', line 337 def created_at @created_at end |
#created_by ⇒ "EKS", "CUSTOMER"
Returns the value of attribute created_by.
338 339 340 |
# File 'sig/types.rbs', line 338 def created_by @created_by end |
#data ⇒ ::String
Returns the value of attribute data.
346 347 348 |
# File 'sig/types.rbs', line 346 def data @data end |
#distribution_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute distribution_status.
342 343 344 |
# File 'sig/types.rbs', line 342 def distribution_status @distribution_status end |
#id ⇒ ::String
Returns the value of attribute id.
336 337 338 |
# File 'sig/types.rbs', line 336 def id @id end |
#rollback_available ⇒ Boolean
Returns the value of attribute rollback_available.
345 346 347 |
# File 'sig/types.rbs', line 345 def rollback_available @rollback_available end |
#scheduled_events ⇒ Types::CertificateAuthorityScheduledEvents
Returns the value of attribute scheduled_events.
344 345 346 |
# File 'sig/types.rbs', line 344 def scheduled_events @scheduled_events end |
#signing_status ⇒ "NOT_USED", ...
Returns the value of attribute signing_status.
341 342 343 |
# File 'sig/types.rbs', line 341 def signing_status @signing_status end |
#validity ⇒ Types::CertificateAuthorityValidity
Returns the value of attribute validity.
343 344 345 |
# File 'sig/types.rbs', line 343 def validity @validity end |