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)


2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-omics/types.rb', line 2035

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)


2035
2036
2037
2038
2039
2040
# File 'lib/aws-sdk-omics/types.rb', line 2035

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