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.
637 638 639 |
# File 'sig/types.rbs', line 637 def cluster_arn @cluster_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
641 642 643 |
# File 'sig/types.rbs', line 641 def created_at @created_at end |
#current_revisions ⇒ ::Array[Types::DaemonRevisionDetail]
Returns the value of attribute current_revisions.
639 640 641 |
# File 'sig/types.rbs', line 639 def current_revisions @current_revisions end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
636 637 638 |
# File 'sig/types.rbs', line 636 def daemon_arn @daemon_arn end |
#deployment_arn ⇒ ::String
Returns the value of attribute deployment_arn.
640 641 642 |
# File 'sig/types.rbs', line 640 def deployment_arn @deployment_arn end |
#status ⇒ "ACTIVE", "DELETE_IN_PROGRESS"
Returns the value of attribute status.
638 639 640 |
# File 'sig/types.rbs', line 638 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
642 643 644 |
# File 'sig/types.rbs', line 642 def updated_at @updated_at end |