Class: Aws::Omics::Types::GetAnnotationStoreVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetAnnotationStoreVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name given to an annotation store version to distinguish it from others.
-
#version_name ⇒ String
The name given to an annotation store version to distinguish it from others.
Instance Attribute Details
#name ⇒ String
The name given to an annotation store version to distinguish it from others.
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_name ⇒ String
The name given to an annotation store version to distinguish it from others.
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 |