Class: Aws::Types::ContainerOverride

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:environment])

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


323
324
325
# File 'sig/types.rbs', line 323

def command
  @command
end

#cpu::Integer

Returns the value of attribute cpu.

Returns:

  • (::Integer)


326
327
328
# File 'sig/types.rbs', line 326

def cpu
  @cpu
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def environment
  @environment
end

#environment_files::Array[Types::EnvironmentFile]

Returns the value of attribute environment_files.

Returns:



325
326
327
# File 'sig/types.rbs', line 325

def environment_files
  @environment_files
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


327
328
329
# File 'sig/types.rbs', line 327

def memory
  @memory
end

#memory_reservation::Integer

Returns the value of attribute memory_reservation.

Returns:

  • (::Integer)


328
329
330
# File 'sig/types.rbs', line 328

def memory_reservation
  @memory_reservation
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def name
  @name
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def resource_requirements
  @resource_requirements
end