Class: Aws::Omics::Types::AnnotationStoreItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

An annotation store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The store’s creation time.



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

#descriptionString

The store’s description.



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

#idString

The store’s ID.



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

#nameString

The store’s name.



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

#referenceTypes::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

#sse_configTypes::SseConfig

The store’s server-side encryption (SSE) settings.



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

#statusString

The store’s status.



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

#status_messageString

The store’s status message.



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

#store_arnString

The store’s ARN.



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

#store_formatString

The store’s file format.



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

#store_size_bytesInteger

The store’s size in bytes.



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

#update_timeTime

When the store was updated.



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