Class: Aws::Omics::Types::CreateAnnotationStoreVersionRequest

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

The description of an annotation store version.

Returns:

  • (String)


649
650
651
652
653
654
655
656
657
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 649

class CreateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description,
  :version_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of an annotation store version from which versions are being created.

Returns:

  • (String)


649
650
651
652
653
654
655
656
657
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 649

class CreateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description,
  :version_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Any tags added to annotation store version.

Returns:

  • (Hash<String,String>)


649
650
651
652
653
654
655
656
657
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 649

class CreateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description,
  :version_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

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

Returns:

  • (String)


649
650
651
652
653
654
655
656
657
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 649

class CreateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description,
  :version_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#version_optionsTypes::VersionOptions

The options for an annotation store version.



649
650
651
652
653
654
655
656
657
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 649

class CreateAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name,
  :description,
  :version_options,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end