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.
3657 3658 3659 3660 3661 3662 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3657 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.
3657 3658 3659 3660 3661 3662 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3657 class ListReadSetExportJobsResponse < Struct.new( :next_token, :export_jobs) SENSITIVE = [] include Aws::Structure end |