Method: Aws::Omics::Types::AnnotationStoreVersionItem#name
- Defined in:
- lib/aws-sdk-omics/types.rb
#name ⇒ String
A name given to an annotation store version to distinguish it from others.
364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 |
# File 'lib/aws-sdk-omics/types.rb', line 364 class AnnotationStoreVersionItem < Struct.new( :store_id, :id, :status, :version_arn, :name, :version_name, :description, :creation_time, :update_time, :status_message, :version_size_bytes) SENSITIVE = [] include Aws::Structure end |