Class: Aws::Omics::Types::CreateAnnotationStoreVersionResponse

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

The time stamp for the creation of an annotation store version.

Returns:

  • (Time)


692
693
694
695
696
697
698
699
700
701
702
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 692

class CreateAnnotationStoreVersionResponse < Struct.new(
  :id,
  :version_name,
  :store_id,
  :version_options,
  :name,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

A generated ID for the annotation store

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
702
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 692

class CreateAnnotationStoreVersionResponse < Struct.new(
  :id,
  :version_name,
  :store_id,
  :version_options,
  :name,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
702
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 692

class CreateAnnotationStoreVersionResponse < Struct.new(
  :id,
  :version_name,
  :store_id,
  :version_options,
  :name,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a annotation store version.

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
702
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 692

class CreateAnnotationStoreVersionResponse < Struct.new(
  :id,
  :version_name,
  :store_id,
  :version_options,
  :name,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#store_idString

The ID for the annotation store from which new versions are being created.

Returns:

  • (String)


692
693
694
695
696
697
698
699
700
701
702
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 692

class CreateAnnotationStoreVersionResponse < Struct.new(
  :id,
  :version_name,
  :store_id,
  :version_options,
  :name,
  :status,
  :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)


692
693
694
695
696
697
698
699
700
701
702
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 692

class CreateAnnotationStoreVersionResponse < Struct.new(
  :id,
  :version_name,
  :store_id,
  :version_options,
  :name,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#version_optionsTypes::VersionOptions

The options for an annotation store version.



692
693
694
695
696
697
698
699
700
701
702
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 692

class CreateAnnotationStoreVersionResponse < Struct.new(
  :id,
  :version_name,
  :store_id,
  :version_options,
  :name,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end