Class: Aws::Omics::Types::ListRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::RunListItem>
A list of runs.
-
#next_token ⇒ String
A pagination token that’s included if more results are available.
Instance Attribute Details
#items ⇒ Array<Types::RunListItem>
A list of runs.
4565 4566 4567 4568 4569 4570 |
# File 'lib/aws-sdk-omics/types.rb', line 4565 class ListRunsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that’s included if more results are available.
4565 4566 4567 4568 4569 4570 |
# File 'lib/aws-sdk-omics/types.rb', line 4565 class ListRunsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |