Class: Aws::Types::ListTaskDefinitionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def next_token
  @next_token
end

#task_definition_arns::Array[::String]

Returns the value of attribute task_definition_arns.

Returns:

  • (::Array[::String])


1666
1667
1668
# File 'sig/types.rbs', line 1666

def task_definition_arns
  @task_definition_arns
end