Class: Aws::Types::ContainerDependency

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#condition"START", ...

Returns the value of attribute condition.

Returns:

  • ("START", "COMPLETE", "SUCCESS", "HEALTHY")


282
283
284
# File 'sig/types.rbs', line 282

def condition
  @condition
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def container_name
  @container_name
end