Class: Aws::Omics::Types::SequenceStoreDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::SequenceStoreDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about a sequence store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The store’s ARN.
-
#creation_time ⇒ Time
When the store was created.
-
#description ⇒ String
The store’s description.
-
#e_tag_algorithm_family ⇒ String
The algorithm family of the ETag.
-
#fallback_location ⇒ String
An S3 location that is used to store files that have failed a direct upload.
-
#id ⇒ String
The store’s ID.
-
#name ⇒ String
The store’s name.
-
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
-
#status ⇒ String
Status of the sequence store.
-
#status_message ⇒ String
The status message of the sequence store.
-
#update_time ⇒ Time
The last-updated time of the Sequence Store.
Instance Attribute Details
#arn ⇒ String
The store’s ARN.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the store was created.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#e_tag_algorithm_family ⇒ String
The algorithm family of the ETag.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#fallback_location ⇒ String
An S3 location that is used to store files that have failed a direct upload.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the sequence store.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the sequence store.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The last-updated time of the Sequence Store.
5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 |
# File 'lib/aws-sdk-omics/types.rb', line 5786 class SequenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time, :fallback_location, :e_tag_algorithm_family, :status, :status_message, :update_time) SENSITIVE = [] include Aws::Structure end |