Class: Aws::Types::EksAttemptContainerDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_id::String

Returns the value of attribute container_id.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def container_id
  @container_id
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


636
637
638
# File 'sig/types.rbs', line 636

def exit_code
  @exit_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


634
635
636
# File 'sig/types.rbs', line 634

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def reason
  @reason
end