Class: Aws::Omics::Types::CreateVariantStoreResponse

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

#creation_timeTime

When the store was created.

Returns:

  • (Time)


1293
1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-omics/types.rb', line 1293

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

#idString

The store’s ID.

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-omics/types.rb', line 1293

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

#nameString

The store’s name.

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-omics/types.rb', line 1293

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

#referenceTypes::ReferenceItem

The store’s genome reference.



1293
1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-omics/types.rb', line 1293

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

#statusString

The store’s status.

Returns:

  • (String)


1293
1294
1295
1296
1297
1298
1299
1300
1301
# File 'lib/aws-sdk-omics/types.rb', line 1293

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