Class: Aws::Types::ContainerOverrides
- Inherits:
-
Object
- Object
- Aws::Types::ContainerOverrides
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#command ⇒ ::Array[::String]
Returns the value of attribute command.
-
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#memory ⇒ ::Integer
Returns the value of attribute memory.
-
#resource_requirements ⇒ ::Array[Types::ResourceRequirement]
Returns the value of attribute resource_requirements.
-
#vcpus ⇒ ::Integer
Returns the value of attribute vcpus.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
219 220 221 |
# File 'sig/types.rbs', line 219 def command @command end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
221 222 223 |
# File 'sig/types.rbs', line 221 def environment @environment end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
220 221 222 |
# File 'sig/types.rbs', line 220 def instance_type @instance_type end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
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.
222 223 224 |
# File 'sig/types.rbs', line 222 def resource_requirements @resource_requirements end |
#vcpus ⇒ ::Integer
Returns the value of attribute vcpus.
217 218 219 |
# File 'sig/types.rbs', line 217 def vcpus @vcpus end |