Class: Aws::Types::Container
- Inherits:
-
Object
- Object
- Aws::Types::Container
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_arn ⇒ ::String
Returns the value of attribute container_arn.
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
-
#gpu_ids ⇒ ::Array[::String]
Returns the value of attribute gpu_ids.
-
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
-
#image ⇒ ::String
Returns the value of attribute image.
-
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
-
#last_status ⇒ ::String
Returns the value of attribute last_status.
-
#managed_agents ⇒ ::Array[Types::ManagedAgent]
Returns the value of attribute managed_agents.
-
#memory ⇒ ::String
Returns the value of attribute memory.
-
#memory_reservation ⇒ ::String
Returns the value of attribute memory_reservation.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_bindings ⇒ ::Array[Types::NetworkBinding]
Returns the value of attribute network_bindings.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#neuron_device_ids ⇒ ::Array[::String]
Returns the value of attribute neuron_device_ids.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#runtime_id ⇒ ::String
Returns the value of attribute runtime_id.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
Instance Attribute Details
#container_arn ⇒ ::String
Returns the value of attribute container_arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def container_arn @container_arn end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
226 227 228 |
# File 'sig/types.rbs', line 226 def cpu @cpu end |
#exit_code ⇒ ::Integer
Returns the value of attribute exit_code.
220 221 222 |
# File 'sig/types.rbs', line 220 def exit_code @exit_code end |
#gpu_ids ⇒ ::Array[::String]
Returns the value of attribute gpu_ids.
229 230 231 |
# File 'sig/types.rbs', line 229 def gpu_ids @gpu_ids end |
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
224 225 226 |
# File 'sig/types.rbs', line 224 def health_status @health_status end |
#image ⇒ ::String
Returns the value of attribute image.
216 217 218 |
# File 'sig/types.rbs', line 216 def image @image end |
#image_digest ⇒ ::String
Returns the value of attribute image_digest.
217 218 219 |
# File 'sig/types.rbs', line 217 def image_digest @image_digest end |
#last_status ⇒ ::String
Returns the value of attribute last_status.
219 220 221 |
# File 'sig/types.rbs', line 219 def last_status @last_status end |
#managed_agents ⇒ ::Array[Types::ManagedAgent]
Returns the value of attribute managed_agents.
225 226 227 |
# File 'sig/types.rbs', line 225 def managed_agents @managed_agents end |
#memory ⇒ ::String
Returns the value of attribute memory.
227 228 229 |
# File 'sig/types.rbs', line 227 def memory @memory end |
#memory_reservation ⇒ ::String
Returns the value of attribute memory_reservation.
228 229 230 |
# File 'sig/types.rbs', line 228 def memory_reservation @memory_reservation end |
#name ⇒ ::String
Returns the value of attribute name.
215 216 217 |
# File 'sig/types.rbs', line 215 def name @name end |
#network_bindings ⇒ ::Array[Types::NetworkBinding]
Returns the value of attribute network_bindings.
222 223 224 |
# File 'sig/types.rbs', line 222 def network_bindings @network_bindings end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
223 224 225 |
# File 'sig/types.rbs', line 223 def network_interfaces @network_interfaces end |
#neuron_device_ids ⇒ ::Array[::String]
Returns the value of attribute neuron_device_ids.
230 231 232 |
# File 'sig/types.rbs', line 230 def neuron_device_ids @neuron_device_ids end |
#reason ⇒ ::String
Returns the value of attribute reason.
221 222 223 |
# File 'sig/types.rbs', line 221 def reason @reason end |
#runtime_id ⇒ ::String
Returns the value of attribute runtime_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def runtime_id @runtime_id end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
214 215 216 |
# File 'sig/types.rbs', line 214 def task_arn @task_arn end |