Class: Aws::Types::EcsTaskDetails
- Inherits:
-
Object
- Object
- Aws::Types::EcsTaskDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
-
#definition_arn ⇒ ::String
Returns the value of attribute definition_arn.
-
#group ⇒ ::String
Returns the value of attribute group.
-
#launch_type ⇒ ::String
Returns the value of attribute launch_type.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#started_by ⇒ ::String
Returns the value of attribute started_by.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_created_at ⇒ ::Time
Returns the value of attribute task_created_at.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def arn @arn end |
#containers ⇒ ::Array[Types::Container]
Returns the value of attribute containers.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def containers @containers end |
#definition_arn ⇒ ::String
Returns the value of attribute definition_arn.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def definition_arn @definition_arn end |
#group ⇒ ::String
Returns the value of attribute group.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def group @group end |
#launch_type ⇒ ::String
Returns the value of attribute launch_type.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def launch_type @launch_type end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def started_at @started_at end |
#started_by ⇒ ::String
Returns the value of attribute started_by.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def started_by @started_by end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def @tags end |
#task_created_at ⇒ ::Time
Returns the value of attribute task_created_at.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def task_created_at @task_created_at end |
#version ⇒ ::String
Returns the value of attribute version.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def version @version end |
#volumes ⇒ ::Array[Types::Volume]
Returns the value of attribute volumes.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def volumes @volumes end |