Class: Aws::Types::DaemonDeploymentSummary
- Inherits:
-
Object
- Object
- Aws::Types::DaemonDeploymentSummary
- 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.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#daemon_deployment_arn ⇒ ::String
Returns the value of attribute daemon_deployment_arn.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
-
#target_daemon_revision_arn ⇒ ::String
Returns the value of attribute target_daemon_revision_arn.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
624 625 626 |
# File 'sig/types.rbs', line 624 def cluster_arn @cluster_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
628 629 630 |
# File 'sig/types.rbs', line 628 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
623 624 625 |
# File 'sig/types.rbs', line 623 def daemon_arn @daemon_arn end |
#daemon_deployment_arn ⇒ ::String
Returns the value of attribute daemon_deployment_arn.
622 623 624 |
# File 'sig/types.rbs', line 622 def daemon_deployment_arn @daemon_deployment_arn end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
631 632 633 |
# File 'sig/types.rbs', line 631 def finished_at @finished_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
629 630 631 |
# File 'sig/types.rbs', line 629 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
625 626 627 |
# File 'sig/types.rbs', line 625 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
626 627 628 |
# File 'sig/types.rbs', line 626 def status_reason @status_reason end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
630 631 632 |
# File 'sig/types.rbs', line 630 def stopped_at @stopped_at end |
#target_daemon_revision_arn ⇒ ::String
Returns the value of attribute target_daemon_revision_arn.
627 628 629 |
# File 'sig/types.rbs', line 627 def target_daemon_revision_arn @target_daemon_revision_arn end |