Class: Aws::Types::BatchContainerOverrides

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


24
25
26
# File 'sig/types.rbs', line 24

def command
  @command
end

#environment::Array[Types::BatchEnvironmentVariable]

Returns the value of attribute environment.

Returns:



25
26
27
# File 'sig/types.rbs', line 25

def environment
  @environment
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def instance_type
  @instance_type
end

#resource_requirements::Array[Types::BatchResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def resource_requirements
  @resource_requirements
end