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")


127
128
129
# File 'sig/types.rbs', line 127

def condition
  @condition
end

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def container_name
  @container_name
end