Class: Aws::Types::DescribeTaskDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include::Array[("TAGS")]

Returns the value of attribute include.

Returns:

  • (::Array[("TAGS")])


1084
1085
1086
# File 'sig/types.rbs', line 1084

def include
  @include
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


1083
1084
1085
# File 'sig/types.rbs', line 1083

def task_definition
  @task_definition
end