Class: Aws::Types::DescribeTaskDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTaskDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
-
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
Instance Attribute Details
#include ⇒ ::Array[("TAGS")]
Returns the value of attribute include.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def include @include end |
#task_definition ⇒ ::String
Returns the value of attribute task_definition.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def task_definition @task_definition end |