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.



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-omics/types.rb', line 1258

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

#idString

The store’s ID.



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-omics/types.rb', line 1258

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

#nameString

The store’s name.



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-omics/types.rb', line 1258

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

#referenceTypes::ReferenceItem

The store’s genome reference.



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-omics/types.rb', line 1258

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

#statusString

The store’s status.



1258
1259
1260
1261
1262
1263
1264
1265
1266
# File 'lib/aws-sdk-omics/types.rb', line 1258

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