Class: Aws::Omics::Types::ListWorkflowVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListWorkflowVersionsResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::WorkflowVersionListItem>
A list of workflow version items.
-
#next_token ⇒ String
A pagination token that's included if more results are available.
Instance Attribute Details
#items ⇒ Array<Types::WorkflowVersionListItem>
A list of workflow version items.
5194 5195 5196 5197 5198 5199 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5194 class ListWorkflowVersionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that's included if more results are available.
5194 5195 5196 5197 5198 5199 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5194 class ListWorkflowVersionsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |