Class: Aws::Omics::Types::ListRunGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListRunGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::RunGroupListItem>
A list of groups.
-
#next_token ⇒ String
A pagination token that’s included if more results are available.
Instance Attribute Details
#items ⇒ Array<Types::RunGroupListItem>
A list of groups.
4470 4471 4472 4473 4474 4475 |
# File 'lib/aws-sdk-omics/types.rb', line 4470 class ListRunGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that’s included if more results are available.
4470 4471 4472 4473 4474 4475 |
# File 'lib/aws-sdk-omics/types.rb', line 4470 class ListRunGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |