Class: Aws::Omics::Types::UpdateAnnotationStoreVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateAnnotationStoreVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of an annotation store.
-
#name ⇒ String
The name of an annotation store.
-
#version_name ⇒ String
The name of an annotation store version.
Instance Attribute Details
#description ⇒ String
The description of an annotation store.
6869 6870 6871 6872 6873 6874 6875 |
# File 'lib/aws-sdk-omics/types.rb', line 6869 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an annotation store.
6869 6870 6871 6872 6873 6874 6875 |
# File 'lib/aws-sdk-omics/types.rb', line 6869 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of an annotation store version.
6869 6870 6871 6872 6873 6874 6875 |
# File 'lib/aws-sdk-omics/types.rb', line 6869 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |