Class: Aws::Types::DaemonDeployment
- Inherits:
-
Object
- Object
- Aws::Types::DaemonDeployment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alarms ⇒ Types::DaemonDeploymentAlarms
Returns the value of attribute alarms.
-
#circuit_breaker ⇒ Types::DaemonCircuitBreaker
Returns the value of attribute circuit_breaker.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#daemon_deployment_arn ⇒ ::String
Returns the value of attribute daemon_deployment_arn.
-
#deployment_configuration ⇒ Types::DaemonDeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
-
#rollback ⇒ Types::DaemonRollback
Returns the value of attribute rollback.
-
#source_daemon_revisions ⇒ ::Array[Types::DaemonDeploymentRevisionDetail]
Returns the value of attribute source_daemon_revisions.
-
#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 ⇒ Types::DaemonDeploymentRevisionDetail
Returns the value of attribute target_daemon_revision.
Instance Attribute Details
#alarms ⇒ Types::DaemonDeploymentAlarms
Returns the value of attribute alarms.
577 578 579 |
# File 'sig/types.rbs', line 577 def alarms @alarms end |
#circuit_breaker ⇒ Types::DaemonCircuitBreaker
Returns the value of attribute circuit_breaker.
576 577 578 |
# File 'sig/types.rbs', line 576 def circuit_breaker @circuit_breaker end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def cluster_arn @cluster_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
580 581 582 |
# File 'sig/types.rbs', line 580 def created_at @created_at end |
#daemon_deployment_arn ⇒ ::String
Returns the value of attribute daemon_deployment_arn.
570 571 572 |
# File 'sig/types.rbs', line 570 def daemon_deployment_arn @daemon_deployment_arn end |
#deployment_configuration ⇒ Types::DaemonDeploymentConfiguration
Returns the value of attribute deployment_configuration.
579 580 581 |
# File 'sig/types.rbs', line 579 def deployment_configuration @deployment_configuration end |
#finished_at ⇒ ::Time
Returns the value of attribute finished_at.
583 584 585 |
# File 'sig/types.rbs', line 583 def finished_at @finished_at end |
#rollback ⇒ Types::DaemonRollback
Returns the value of attribute rollback.
578 579 580 |
# File 'sig/types.rbs', line 578 def rollback @rollback end |
#source_daemon_revisions ⇒ ::Array[Types::DaemonDeploymentRevisionDetail]
Returns the value of attribute source_daemon_revisions.
575 576 577 |
# File 'sig/types.rbs', line 575 def source_daemon_revisions @source_daemon_revisions end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
581 582 583 |
# File 'sig/types.rbs', line 581 def started_at @started_at end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
572 573 574 |
# File 'sig/types.rbs', line 572 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
573 574 575 |
# File 'sig/types.rbs', line 573 def status_reason @status_reason end |
#stopped_at ⇒ ::Time
Returns the value of attribute stopped_at.
582 583 584 |
# File 'sig/types.rbs', line 582 def stopped_at @stopped_at end |
#target_daemon_revision ⇒ Types::DaemonDeploymentRevisionDetail
Returns the value of attribute target_daemon_revision.
574 575 576 |
# File 'sig/types.rbs', line 574 def target_daemon_revision @target_daemon_revision end |