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


219
220
221
# File 'sig/types.rbs', line 219

def command
  @command
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def environment
  @environment
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def instance_type
  @instance_type
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


218
219
220
# File 'sig/types.rbs', line 218

def memory
  @memory
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



222
223
224
# File 'sig/types.rbs', line 222

def resource_requirements
  @resource_requirements
end

#vcpus::Integer

Returns the value of attribute vcpus.

Returns:

  • (::Integer)


217
218
219
# File 'sig/types.rbs', line 217

def vcpus
  @vcpus
end