Class: Aws::Omics::Types::ListReadSetExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ListReadSetExportJobsResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_jobs ⇒ Array<Types::ExportReadSetJobDetail>
A list of jobs.
-
#next_token ⇒ String
A pagination token that's included if more results are available.
Instance Attribute Details
#export_jobs ⇒ Array<Types::ExportReadSetJobDetail>
A list of jobs.
3792 3793 3794 3795 3796 3797 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3792 class ListReadSetExportJobsResponse < Struct.new( :next_token, :export_jobs) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that's included if more results are available.
3792 3793 3794 3795 3796 3797 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3792 class ListReadSetExportJobsResponse < Struct.new( :next_token, :export_jobs) SENSITIVE = [] include Aws::Structure end |