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)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


629
630
631
# File 'sig/types.rbs', line 629

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


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

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def target_daemon_revision_arn
  @target_daemon_revision_arn
end