Class: Aws::Types::ContainerOverride
- Inherits:
-
Object
- Object
- Aws::Types::ContainerOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
-
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
-
#environment_files ⇒ ::Array[Types::EnvironmentFile]
Returns the value of attribute environment_files.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
323 324 325 |
# File 'sig/types.rbs', line 323 def command @command end |
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
326 327 328 |
# File 'sig/types.rbs', line 326 def cpu @cpu end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
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.
325 326 327 |
# File 'sig/types.rbs', line 325 def environment_files @environment_files end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
327 328 329 |
# File 'sig/types.rbs', line 327 def memory @memory end |
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
328 329 330 |
# File 'sig/types.rbs', line 328 def memory_reservation @memory_reservation end |
#name ⇒ ::String
Returns the value of attribute name.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def resource_requirements @resource_requirements end |