Method: Aws::Omics::Types::ListRunGroupsRequest#name
- Defined in:
- lib/aws-sdk-omics/types.rb
#name ⇒ String
The run groups’ name.
5209 5210 5211 5212 5213 5214 5215 |
# File 'lib/aws-sdk-omics/types.rb', line 5209 class ListRunGroupsRequest < Struct.new( :name, :starting_token, :max_results) SENSITIVE = [] include Aws::Structure end |