Class: Aws::Omics::Types::CreateAnnotationStoreRequest

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

#descriptionString

A description for the store.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the store.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end

#referenceTypes::ReferenceItem

The genome reference for the store's annotations.



563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end

#sse_configTypes::SseConfig

Server-side encryption (SSE) settings for the store.

Returns:



563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end

#store_formatString

The annotation file format of the store.

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end

#store_optionsTypes::StoreOptions

File parsing options for the annotation store.

Returns:



563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags for the store.

Returns:

  • (Hash<String,String>)


563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

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

Returns:

  • (String)


563
564
565
566
567
568
569
570
571
572
573
574
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 563

class CreateAnnotationStoreRequest < Struct.new(
  :reference,
  :name,
  :description,
  :tags,
  :version_name,
  :sse_config,
  :store_format,
  :store_options)
  SENSITIVE = []
  include Aws::Structure
end