Method: Aws::Omics::Types::CreateVariantStoreResponse#name

Defined in:
lib/aws-sdk-omics/types.rb

#nameString

The store’s name.



1333
1334
1335
1336
1337
1338
1339
1340
1341
# File 'lib/aws-sdk-omics/types.rb', line 1333

class CreateVariantStoreResponse < Struct.new(
  :id,
  :reference,
  :status,
  :name,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end