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


1766
1767
1768
# File 'sig/types.rbs', line 1766

def container_arguments
  @container_arguments
end

#container_entrypoint::Array[::String]

Returns the value of attribute container_entrypoint.

Returns:

  • (::Array[::String])


1767
1768
1769
# File 'sig/types.rbs', line 1767

def container_entrypoint
  @container_entrypoint
end

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

Returns the value of attribute container_environment_variables.

Returns:

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


1768
1769
1770
# File 'sig/types.rbs', line 1768

def container_environment_variables
  @container_environment_variables
end