Method: Aws::Omics::Types::AnnotationStoreItem#reference
- Defined in:
- lib/aws-sdk-omics/types.rb
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 |
# File 'lib/aws-sdk-omics/types.rb', line 298 class AnnotationStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :store_format, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |