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.
619 620 621 |
# File 'sig/types.rbs', line 619 def cluster_arn @cluster_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
623 624 625 |
# File 'sig/types.rbs', line 623 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
618 619 620 |
# File 'sig/types.rbs', line 618 def daemon_arn @daemon_arn end |
#daemon_deployment_arn ⇒ ::String
Returns the value of attribute daemon_deployment_arn.
617 618 619 |
# File 'sig/types.rbs', line 617 def daemon_deployment_arn @daemon_deployment_arn end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
626 627 628 |
# File 'sig/types.rbs', line 626 def finished_at @finished_at end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
624 625 626 |
# File 'sig/types.rbs', line 624 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
620 621 622 |
# File 'sig/types.rbs', line 620 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
621 622 623 |
# File 'sig/types.rbs', line 621 def status_reason @status_reason end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
625 626 627 |
# File 'sig/types.rbs', line 625 def stopped_at @stopped_at end |
#target_daemon_revision_arn ⇒ ::String
Returns the value of attribute target_daemon_revision_arn.
622 623 624 |
# File 'sig/types.rbs', line 622 def target_daemon_revision_arn @target_daemon_revision_arn end |