Class: Aws::Omics::Types::ListWorkflowsRequest

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

Returns:

  • (Integer)


4438
4439
4440
4441
4442
4443
4444
4445
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4438

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

#nameString

Filter the list by workflow name.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4438

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


4438
4439
4440
4441
4442
4443
4444
4445
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4438

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

#typeString

Filter the list by workflow type.

Returns:

  • (String)


4438
4439
4440
4441
4442
4443
4444
4445
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4438

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