Class: Aws::Omics::Types::ListRunGroupsRequest

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 run groups to return in one page of results.

Returns:

  • (Integer)


4064
4065
4066
4067
4068
4069
4070
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4064

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

#nameString

The run groups' name.

Returns:

  • (String)


4064
4065
4066
4067
4068
4069
4070
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4064

class ListRunGroupsRequest < Struct.new(
  :name,
  :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)


4064
4065
4066
4067
4068
4069
4070
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4064

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