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)


642
643
644
# File 'sig/types.rbs', line 642

def container_id
  @container_id
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


643
644
645
# File 'sig/types.rbs', line 643

def exit_code
  @exit_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def reason
  @reason
end