Class: Aws::Types::DaemonDeployment

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsTypes::DaemonDeploymentAlarms

Returns the value of attribute alarms.



577
578
579
# File 'sig/types.rbs', line 577

def alarms
  @alarms
end

#circuit_breakerTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def daemon_deployment_arn
  @daemon_deployment_arn
end

#deployment_configurationTypes::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.

Returns:

  • (::Time)


583
584
585
# File 'sig/types.rbs', line 583

def finished_at
  @finished_at
end

#rollbackTypes::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.

Returns:

  • (::Time)


581
582
583
# File 'sig/types.rbs', line 581

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SUCCESSFUL", "STOPPED", "STOP_REQUESTED", "IN_PROGRESS", "ROLLBACK_IN_PROGRESS", "ROLLBACK_SUCCESSFUL", "ROLLBACK_FAILED")


572
573
574
# File 'sig/types.rbs', line 572

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


582
583
584
# File 'sig/types.rbs', line 582

def stopped_at
  @stopped_at
end

#target_daemon_revisionTypes::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