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


249
250
251
# File 'sig/types.rbs', line 249

def command
  @command
end

#environment::Array[Types::KeyValuePair]

Returns the value of attribute environment.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def environment
  @environment
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def instance_type
  @instance_type
end

#memory::Integer

Returns the value of attribute memory.

Returns:

  • (::Integer)


248
249
250
# File 'sig/types.rbs', line 248

def memory
  @memory
end

#resource_requirements::Array[Types::ResourceRequirement]

Returns the value of attribute resource_requirements.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def resource_requirements
  @resource_requirements
end

#vcpus::Integer

Returns the value of attribute vcpus.

Returns:

  • (::Integer)


247
248
249
# File 'sig/types.rbs', line 247

def vcpus
  @vcpus
end