Class: Aws::Omics::Types::UpdateAnnotationStoreVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateAnnotationStoreVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time stamp for when an annotation store version was created.
-
#description ⇒ String
The description of an annotation store version.
-
#id ⇒ String
The annotation store version ID.
-
#name ⇒ String
The name of an annotation store.
-
#status ⇒ String
The status of an annotation store version.
-
#store_id ⇒ String
The annotation store ID.
-
#update_time ⇒ Time
The time stamp for when an annotation store version was updated.
-
#version_name ⇒ String
The name of an annotation store version.
Instance Attribute Details
#creation_time ⇒ Time
The time stamp for when an annotation store version was created.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of an annotation store version.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The annotation store version ID.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an annotation store.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an annotation store version.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#store_id ⇒ String
The annotation store ID.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The time stamp for when an annotation store version was updated.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#version_name ⇒ String
The name of an annotation store version.
6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-omics/types.rb', line 6911 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |