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.
7799 7800 7801 7802 7803 7804 7805 |
# File 'lib/aws-sdk-omics/types.rb', line 7799 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an annotation store.
7799 7800 7801 7802 7803 7804 7805 |
# File 'lib/aws-sdk-omics/types.rb', line 7799 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of an annotation store version.
7799 7800 7801 7802 7803 7804 7805 |
# File 'lib/aws-sdk-omics/types.rb', line 7799 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |