Class: Aws::Types::ContainerOverrides

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


230
231
232
# File 'sig/types.rbs', line 230

def command
  @command
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



232
233
234
# File 'sig/types.rbs', line 232

def environment
  @environment
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def instance_type
  @instance_type
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


229
230
231
# File 'sig/types.rbs', line 229

def memory
  @memory
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



233
234
235
# File 'sig/types.rbs', line 233

def resource_requirements
  @resource_requirements
end

#vcpus::Integer

Returns the value of attribute vcpus.

Returns:

  • (::Integer)


228
229
230
# File 'sig/types.rbs', line 228

def vcpus
  @vcpus
end