Class: Aws::Types::DescribeTaskDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTaskDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#task_definition ⇒ Types::TaskDefinition
Returns the value of attribute task_definition.
Instance Attribute Details
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def @tags end |
#task_definition ⇒ Types::TaskDefinition
Returns the value of attribute task_definition.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def task_definition @task_definition end |