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)


2518
2519
2520
2521
2522
2523
# File 'lib/aws-sdk-omics/types.rb', line 2518

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)


2518
2519
2520
2521
2522
2523
# File 'lib/aws-sdk-omics/types.rb', line 2518

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