Class: Aws::Types::ListTaskInstancesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


175
176
177
# File 'sig/types.rbs', line 175

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def next_token
  @next_token
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def run_id
  @run_id
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def workflow_arn
  @workflow_arn
end