Class: Aws::Omics::Types::VariantStoreItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::VariantStoreItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A variant store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
When the store was created.
-
#description ⇒ String
The store’s description.
-
#id ⇒ String
The store’s ID.
-
#name ⇒ String
The store’s name.
-
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
-
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
-
#status ⇒ String
The store’s status.
-
#status_message ⇒ String
The store’s status message.
-
#store_arn ⇒ String
The store’s ARN.
-
#store_size_bytes ⇒ Integer
The store’s size in bytes.
-
#update_time ⇒ Time
When the store was updated.
Instance Attribute Details
#creation_time ⇒ Time
When the store was created.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The store’s genome reference.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The store’s status.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The store’s status message.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#store_arn ⇒ String
The store’s ARN.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#store_size_bytes ⇒ Integer
The store’s size in bytes.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
When the store was updated.
9462 9463 9464 9465 9466 9467 9468 9469 9470 9471 9472 9473 9474 9475 9476 |
# File 'lib/aws-sdk-omics/types.rb', line 9462 class VariantStoreItem < Struct.new( :id, :reference, :status, :store_arn, :name, :description, :sse_config, :creation_time, :update_time, :status_message, :store_size_bytes) SENSITIVE = [] include Aws::Structure end |