Class: Aws::Types::ContainerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


266
267
268
# File 'sig/types.rbs', line 266

def exit_code
  @exit_code
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def reason
  @reason
end