Class: Aws::Types::TaskContainerOverrides

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


1604
1605
1606
# File 'sig/types.rbs', line 1604

def command
  @command
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



1605
1606
1607
# File 'sig/types.rbs', line 1605

def environment
  @environment
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1606
1607
1608
# File 'sig/types.rbs', line 1606

def name
  @name
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



1607
1608
1609
# File 'sig/types.rbs', line 1607

def resource_requirements
  @resource_requirements
end