Class: Aws::Omics::Types::ListRunsRequest

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

#max_resultsInteger

The maximum number of runs to return in one page of results.

Returns:

  • (Integer)


4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4157

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

#nameString

Filter the list by run name.

Returns:

  • (String)


4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4157

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

#run_group_idString

Filter the list by run group ID.

Returns:

  • (String)


4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4157

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

#starting_tokenString

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

Returns:

  • (String)


4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4157

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

#statusString

The status of a run.

Returns:

  • (String)


4157
4158
4159
4160
4161
4162
4163
4164
4165
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4157

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