Class: Aws::Omics::Types::GetReferenceStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReferenceStoreResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
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.
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-omics/types.rb', line 2682 class GetReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the store was created.
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-omics/types.rb', line 2682 class GetReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-omics/types.rb', line 2682 class GetReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-omics/types.rb', line 2682 class GetReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-omics/types.rb', line 2682 class GetReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
The store’s server-side encryption (SSE) settings.
2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 |
# File 'lib/aws-sdk-omics/types.rb', line 2682 class GetReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |