Class: Aws::Types::AttemptDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#containerTypes::AttemptContainerDetail

Returns the value of attribute container.



43
44
45
# File 'sig/types.rbs', line 43

def container
  @container
end

#started_at::Integer

Returns the value of attribute started_at.

Returns:

  • (::Integer)


44
45
46
# File 'sig/types.rbs', line 44

def started_at
  @started_at
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def status_reason
  @status_reason
end

#stopped_at::Integer

Returns the value of attribute stopped_at.

Returns:

  • (::Integer)


45
46
47
# File 'sig/types.rbs', line 45

def stopped_at
  @stopped_at
end

#task_properties::Array[Types::AttemptEcsTaskDetails]

Returns the value of attribute task_properties.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def task_properties
  @task_properties
end