Class: Aws::Omics::Types::ListConfigurationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of results to return.

Returns:

  • (Integer)


5540
5541
5542
5543
5544
5545
# File 'lib/aws-sdk-omics/types.rb', line 5540

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

#starting_tokenString

Pagination token for retrieving next page of results.

Returns:

  • (String)


5540
5541
5542
5543
5544
5545
# File 'lib/aws-sdk-omics/types.rb', line 5540

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