Method: Aws::Omics::Types::ListRunsRequest#name
- Defined in:
- lib/aws-sdk-omics/types.rb
#name ⇒ String
Filter the list by run name.
5302 5303 5304 5305 5306 5307 5308 5309 5310 |
# File 'lib/aws-sdk-omics/types.rb', line 5302 class ListRunsRequest < Struct.new( :name, :run_group_id, :starting_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |