Class: Aws::Types::ContainerConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_arguments::Array[::String]

Returns the value of attribute container_arguments.

Returns:

  • (::Array[::String])


1751
1752
1753
# File 'sig/types.rbs', line 1751

def container_arguments
  @container_arguments
end

#container_entrypoint::Array[::String]

Returns the value of attribute container_entrypoint.

Returns:

  • (::Array[::String])


1752
1753
1754
# File 'sig/types.rbs', line 1752

def container_entrypoint
  @container_entrypoint
end

#container_environment_variables::Hash[::String, ::String]

Returns the value of attribute container_environment_variables.

Returns:

  • (::Hash[::String, ::String])


1753
1754
1755
# File 'sig/types.rbs', line 1753

def container_environment_variables
  @container_environment_variables
end