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:



1090
1091
1092
# File 'sig/types.rbs', line 1090

def tags
  @tags
end

#task_definitionTypes::TaskDefinition

Returns the value of attribute task_definition.



1089
1090
1091
# File 'sig/types.rbs', line 1089

def task_definition
  @task_definition
end