Class: Aws::Omics::Types::CreateReferenceStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateReferenceStoreResponse
- 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 SSE settings.
Instance Attribute Details
#arn ⇒ String
The store’s ARN.
885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-omics/types.rb', line 885 class CreateReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the store was created.
885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-omics/types.rb', line 885 class CreateReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The store’s description.
885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-omics/types.rb', line 885 class CreateReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The store’s ID.
885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-omics/types.rb', line 885 class CreateReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The store’s name.
885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-omics/types.rb', line 885 class CreateReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
The store’s SSE settings.
885 886 887 888 889 890 891 892 893 894 |
# File 'lib/aws-sdk-omics/types.rb', line 885 class CreateReferenceStoreResponse < Struct.new( :id, :arn, :name, :description, :sse_config, :creation_time) SENSITIVE = [] include Aws::Structure end |