Class: Aws::Types::EcsTask
- Inherits:
-
Object
- Object
- Aws::Types::EcsTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_uids ⇒ ::Array[::String]
Returns the value of attribute container_uids.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#launch_type ⇒ "FARGATE", "EC2"
Returns the value of attribute launch_type.
-
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
Instance Attribute Details
#container_uids ⇒ ::Array[::String]
Returns the value of attribute container_uids.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def container_uids @container_uids end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def created_at @created_at end |
#launch_type ⇒ "FARGATE", "EC2"
Returns the value of attribute launch_type.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def launch_type @launch_type end |
#task_definition_arn ⇒ ::String
Returns the value of attribute task_definition_arn.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def task_definition_arn @task_definition_arn end |