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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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.

Returns:

  • (String)


612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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.

Returns:

  • (String)


612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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.



612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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.

Returns:

  • (String)


612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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.

Returns:

  • (String)


612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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.

Returns:



612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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.

Returns:

  • (String)


612
613
614
615
616
617
618
619
620
621
622
623
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 612

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