Class: Aws::Omics::Types::ListRunTasksRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The run's ID.

Returns:

  • (String)


4108
4109
4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4108

class ListRunTasksRequest < Struct.new(
  :id,
  :status,
  :starting_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of run tasks to return in one page of results.

Returns:

  • (Integer)


4108
4109
4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4108

class ListRunTasksRequest < Struct.new(
  :id,
  :status,
  :starting_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#starting_tokenString

Specify the pagination token from a previous request to retrieve the next page of results.

Returns:

  • (String)


4108
4109
4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4108

class ListRunTasksRequest < Struct.new(
  :id,
  :status,
  :starting_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filter the list by status.

Returns:

  • (String)


4108
4109
4110
4111
4112
4113
4114
4115
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4108

class ListRunTasksRequest < Struct.new(
  :id,
  :status,
  :starting_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end