Class: Aws::Omics::Types::CreateVariantStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateVariantStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description for the store.
-
#name ⇒ String
A name for the store.
-
#reference ⇒ Types::ReferenceItem
The genome reference for the store’s variants.
-
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
-
#tags ⇒ Hash<String,String>
Tags for the store.
Instance Attribute Details
#description ⇒ String
A description for the store.
1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-omics/types.rb', line 1261 class CreateVariantStoreRequest < Struct.new( :reference, :name, :description, :tags, :sse_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-omics/types.rb', line 1261 class CreateVariantStoreRequest < Struct.new( :reference, :name, :description, :tags, :sse_config) SENSITIVE = [] include Aws::Structure end |
#reference ⇒ Types::ReferenceItem
The genome reference for the store’s variants.
1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-omics/types.rb', line 1261 class CreateVariantStoreRequest < Struct.new( :reference, :name, :description, :tags, :sse_config) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-omics/types.rb', line 1261 class CreateVariantStoreRequest < Struct.new( :reference, :name, :description, :tags, :sse_config) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the store.
1261 1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/aws-sdk-omics/types.rb', line 1261 class CreateVariantStoreRequest < Struct.new( :reference, :name, :description, :tags, :sse_config) SENSITIVE = [] include Aws::Structure end |