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.
249 250 251 |
# File 'sig/types.rbs', line 249 def command @command end |
#environment ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute environment.
251 252 253 |
# File 'sig/types.rbs', line 251 def environment @environment end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
250 251 252 |
# File 'sig/types.rbs', line 250 def instance_type @instance_type end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
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.
252 253 254 |
# File 'sig/types.rbs', line 252 def resource_requirements @resource_requirements end |
#vcpus ⇒ ::Integer
Returns the value of attribute vcpus.
247 248 249 |
# File 'sig/types.rbs', line 247 def vcpus @vcpus end |