Class: Aws::Types::DaemonDetail
- Inherits:
-
Object
- Object
- Aws::Types::DaemonDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#current_revisions ⇒ ::Array[Types::DaemonRevisionDetail]
Returns the value of attribute current_revisions.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
-
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
632 633 634 |
# File 'sig/types.rbs', line 632 def cluster_arn @cluster_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
636 637 638 |
# File 'sig/types.rbs', line 636 def created_at @created_at end |
#current_revisions ⇒ ::Array[Types::DaemonRevisionDetail]
Returns the value of attribute current_revisions.
634 635 636 |
# File 'sig/types.rbs', line 634 def current_revisions @current_revisions end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
631 632 633 |
# File 'sig/types.rbs', line 631 def daemon_arn @daemon_arn end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
635 636 637 |
# File 'sig/types.rbs', line 635 def deployment_arn @deployment_arn end |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
633 634 635 |
# File 'sig/types.rbs', line 633 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
637 638 639 |
# File 'sig/types.rbs', line 637 def updated_at @updated_at end |