Class: Aws::Omics::Types::ReferenceStoreDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ReferenceStoreDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about a reference 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.
-
#id ⇒ String
The store’s ID.
-
#name ⇒ String
The store’s name.
-
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
Instance Attribute Details
#arn ⇒ String
The store’s ARN.
5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-omics/types.rb', line 5454 class ReferenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the store was created.
5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-omics/types.rb', line 5454 class ReferenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-omics/types.rb', line 5454 class ReferenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-omics/types.rb', line 5454 class ReferenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-omics/types.rb', line 5454 class ReferenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 |
# File 'lib/aws-sdk-omics/types.rb', line 5454 class ReferenceStoreDetail < Struct.new( :arn, :id, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |