Class: Aws::Types::ContainerStateChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def container_name
  @container_name
end

#exit_code::Integer

Returns the value of attribute exit_code.

Returns:

  • (::Integer)


344
345
346
# File 'sig/types.rbs', line 344

def exit_code
  @exit_code
end

#image_digest::String

Returns the value of attribute image_digest.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def image_digest
  @image_digest
end

#network_bindings::Array[Types::NetworkBinding]

Returns the value of attribute network_bindings.

Returns:



345
346
347
# File 'sig/types.rbs', line 345

def network_bindings
  @network_bindings
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def reason
  @reason
end

#runtime_id::String

Returns the value of attribute runtime_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def runtime_id
  @runtime_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def status
  @status
end