Class: Aws::MWAAServerless::Types::ListTaskInstancesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::ListTaskInstancesResponse
- Defined in:
- gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token you need to use to retrieve the next set of results.
-
#task_instances ⇒ Array<Types::TaskInstanceSummary>
A list of task instance summaries for the specified workflow run.
Instance Attribute Details
#next_token ⇒ String
The pagination token you need to use to retrieve the next set of results. This value is null if there are no more results.
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_instances ⇒ Array<Types::TaskInstanceSummary>
A list of task instance summaries for the specified workflow run.
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 |