Class: Aws::Omics::Types::ListWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListWorkflowsResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::WorkflowListItem>
A list of workflow items.
-
#next_token ⇒ String
A pagination token that's included if more results are available.
Instance Attribute Details
#items ⇒ Array<Types::WorkflowListItem>
A list of workflow items.
4485 4486 4487 4488 4489 4490 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4485 class ListWorkflowsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that's included if more results are available.
4485 4486 4487 4488 4489 4490 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4485 class ListWorkflowsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |