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.
5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-omics/types.rb', line 5227 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.
5227 5228 5229 5230 5231 5232 |
# File 'lib/aws-sdk-omics/types.rb', line 5227 class ListRunGroupsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |