Class: Aws::Types::ContainerInstance
- Inherits:
-
Object
- Object
- Aws::Types::ContainerInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_connected ⇒ Boolean
Returns the value of attribute agent_connected.
-
#agent_update_status ⇒ "PENDING", ...
Returns the value of attribute agent_update_status.
-
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
-
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
-
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
-
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
-
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
-
#health_status ⇒ Types::ContainerInstanceHealthStatus
Returns the value of attribute health_status.
-
#pending_tasks_count ⇒ ::Integer
Returns the value of attribute pending_tasks_count.
-
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
-
#registered_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute registered_resources.
-
#remaining_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute remaining_resources.
-
#running_tasks_count ⇒ ::Integer
Returns the value of attribute running_tasks_count.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#version ⇒ ::Integer
Returns the value of attribute version.
-
#version_info ⇒ Types::VersionInfo
Returns the value of attribute version_info.
Instance Attribute Details
#agent_connected ⇒ Boolean
Returns the value of attribute agent_connected.
303 304 305 |
# File 'sig/types.rbs', line 303 def agent_connected @agent_connected end |
#agent_update_status ⇒ "PENDING", ...
Returns the value of attribute agent_update_status.
306 307 308 |
# File 'sig/types.rbs', line 306 def agent_update_status @agent_update_status end |
#attachments ⇒ ::Array[Types::Attachment]
Returns the value of attribute attachments.
309 310 311 |
# File 'sig/types.rbs', line 309 def @attachments end |
#attributes ⇒ ::Array[Types::Attribute]
Returns the value of attribute attributes.
307 308 309 |
# File 'sig/types.rbs', line 307 def attributes @attributes end |
#capacity_provider_name ⇒ ::String
Returns the value of attribute capacity_provider_name.
296 297 298 |
# File 'sig/types.rbs', line 296 def capacity_provider_name @capacity_provider_name end |
#container_instance_arn ⇒ ::String
Returns the value of attribute container_instance_arn.
294 295 296 |
# File 'sig/types.rbs', line 294 def container_instance_arn @container_instance_arn end |
#ec2_instance_id ⇒ ::String
Returns the value of attribute ec2_instance_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def ec2_instance_id @ec2_instance_id end |
#health_status ⇒ Types::ContainerInstanceHealthStatus
Returns the value of attribute health_status.
311 312 313 |
# File 'sig/types.rbs', line 311 def health_status @health_status end |
#pending_tasks_count ⇒ ::Integer
Returns the value of attribute pending_tasks_count.
305 306 307 |
# File 'sig/types.rbs', line 305 def pending_tasks_count @pending_tasks_count end |
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
308 309 310 |
# File 'sig/types.rbs', line 308 def registered_at @registered_at end |
#registered_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute registered_resources.
300 301 302 |
# File 'sig/types.rbs', line 300 def registered_resources @registered_resources end |
#remaining_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute remaining_resources.
299 300 301 |
# File 'sig/types.rbs', line 299 def remaining_resources @remaining_resources end |
#running_tasks_count ⇒ ::Integer
Returns the value of attribute running_tasks_count.
304 305 306 |
# File 'sig/types.rbs', line 304 def running_tasks_count @running_tasks_count end |
#status ⇒ ::String
Returns the value of attribute status.
301 302 303 |
# File 'sig/types.rbs', line 301 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
302 303 304 |
# File 'sig/types.rbs', line 302 def status_reason @status_reason end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
310 311 312 |
# File 'sig/types.rbs', line 310 def @tags end |
#version ⇒ ::Integer
Returns the value of attribute version.
297 298 299 |
# File 'sig/types.rbs', line 297 def version @version end |
#version_info ⇒ Types::VersionInfo
Returns the value of attribute version_info.
298 299 300 |
# File 'sig/types.rbs', line 298 def version_info @version_info end |