Class: Aws::Omics::Types::UpdateAnnotationStoreVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateAnnotationStoreVersionResponse
- Defined in:
- gems/aws-sdk-omics/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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 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.
6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6374 class UpdateAnnotationStoreVersionResponse < Struct.new( :store_id, :id, :status, :name, :version_name, :description, :creation_time, :update_time) SENSITIVE = [] include Aws::Structure end |