Class: Aws::Omics::Types::CreateAnnotationStoreResponse

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.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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

#idString

The store’s ID.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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

#nameString

The store’s name.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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

#referenceTypes::ReferenceItem

The store’s genome reference. Required for all stores except TSV format with generic annotations.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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

#statusString

The store’s status.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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

#store_formatString

The annotation file format of the store.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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

#store_optionsTypes::StoreOptions

The store’s file parsing options.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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

#version_nameString

The name given to an annotation store version to distinguish it from other versions.



640
641
642
643
644
645
646
647
648
649
650
651
# File 'lib/aws-sdk-omics/types.rb', line 640

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