Class: Aws::Omics::Types::GetAnnotationStoreVersionRequest

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

#nameString

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

Returns:

  • (String)


1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-omics/types.rb', line 1872

class GetAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end

#version_nameString

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

Returns:

  • (String)


1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-omics/types.rb', line 1872

class GetAnnotationStoreVersionRequest < Struct.new(
  :name,
  :version_name)
  SENSITIVE = []
  include Aws::Structure
end