Class: Aws::MWAAServerless::Types::ListTaskInstancesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token you need to use to retrieve the next set of results. This value is null if there are no more results.

Returns:

  • (String)


693
694
695
696
697
698
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 693

class ListTaskInstancesResponse < Struct.new(
  :task_instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#task_instancesArray<Types::TaskInstanceSummary>

A list of task instance summaries for the specified workflow run.

Returns:



693
694
695
696
697
698
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 693

class ListTaskInstancesResponse < Struct.new(
  :task_instances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end