Class: Aws::Types::RunDetailSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


250
251
252
# File 'sig/types.rbs', line 250

def created_on
  @created_on
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


252
253
254
# File 'sig/types.rbs', line 252

def ended_at
  @ended_at
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


251
252
253
# File 'sig/types.rbs', line 251

def started_at
  @started_at
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "QUEUED", "RUNNING", "SUCCESS", "FAILED", "TIMEOUT", "STOPPING", "STOPPED")


249
250
251
# File 'sig/types.rbs', line 249

def status
  @status
end