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.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def @tags end |
#task_definition ⇒ Types::TaskDefinition
Returns the value of attribute task_definition.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def task_definition @task_definition end |