Class: Aws::Types::DaemonDeploymentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


624
625
626
# File 'sig/types.rbs', line 624

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")


620
621
622
# File 'sig/types.rbs', line 620

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def target_daemon_revision_arn
  @target_daemon_revision_arn
end