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.
6665 6666 6667 6668 6669 6670 6671 |
# File 'lib/aws-sdk-omics/types.rb', line 6665 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an annotation store.
6665 6666 6667 6668 6669 6670 6671 |
# File 'lib/aws-sdk-omics/types.rb', line 6665 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of an annotation store version.
6665 6666 6667 6668 6669 6670 6671 |
# File 'lib/aws-sdk-omics/types.rb', line 6665 class UpdateAnnotationStoreVersionRequest < Struct.new( :name, :version_name, :description) SENSITIVE = [] include Aws::Structure end |