Class: Aws::Types::EcsContainerOverride
- Inherits:
-
Object
- Object
- Aws::Types::EcsContainerOverride
- 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::EcsEnvironmentVariable]
Returns the value of attribute environment.
-
#environment_files ⇒ ::Array[Types::EcsEnvironmentFile]
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::EcsResourceRequirement]
Returns the value of attribute resource_requirements.
Instance Attribute Details
#command ⇒ ::Array[::String]
Returns the value of attribute command.
160 161 162 |
# File 'sig/types.rbs', line 160 def command @command end |
#cpu ⇒ ::Integer
Returns the value of attribute cpu.
161 162 163 |
# File 'sig/types.rbs', line 161 def cpu @cpu end |
#environment ⇒ ::Array[Types::EcsEnvironmentVariable]
Returns the value of attribute environment.
162 163 164 |
# File 'sig/types.rbs', line 162 def environment @environment end |
#environment_files ⇒ ::Array[Types::EcsEnvironmentFile]
Returns the value of attribute environment_files.
163 164 165 |
# File 'sig/types.rbs', line 163 def environment_files @environment_files end |
#memory ⇒ ::Integer
Returns the value of attribute memory.
164 165 166 |
# File 'sig/types.rbs', line 164 def memory @memory end |
#memory_reservation ⇒ ::Integer
Returns the value of attribute memory_reservation.
165 166 167 |
# File 'sig/types.rbs', line 165 def memory_reservation @memory_reservation end |
#name ⇒ ::String
Returns the value of attribute name.
166 167 168 |
# File 'sig/types.rbs', line 166 def name @name end |
#resource_requirements ⇒ ::Array[Types::EcsResourceRequirement]
Returns the value of attribute resource_requirements.
167 168 169 |
# File 'sig/types.rbs', line 167 def resource_requirements @resource_requirements end |