Class: Aws::Types::DescribeTaskDefinitionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1105
1106
1107
# File 'sig/types.rbs', line 1105

def tags
  @tags
end

#task_definitionTypes::TaskDefinition

Returns the value of attribute task_definition.



1104
1105
1106
# File 'sig/types.rbs', line 1104

def task_definition
  @task_definition
end