Class: Aws::Omics::Types::CreateReferenceStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateReferenceStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
To ensure that requests don’t run multiple times, specify a unique token for each request.
-
#description ⇒ String
A description for the store.
-
#name ⇒ String
A name for the store.
-
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
-
#tags ⇒ Hash<String,String>
Tags for the store.
Instance Attribute Details
#client_token ⇒ String
To ensure that requests don’t run multiple times, specify a unique token for each request.
849 850 851 852 853 854 855 856 857 |
# File 'lib/aws-sdk-omics/types.rb', line 849 class CreateReferenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the store.
849 850 851 852 853 854 855 856 857 |
# File 'lib/aws-sdk-omics/types.rb', line 849 class CreateReferenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
849 850 851 852 853 854 855 856 857 |
# File 'lib/aws-sdk-omics/types.rb', line 849 class CreateReferenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
849 850 851 852 853 854 855 856 857 |
# File 'lib/aws-sdk-omics/types.rb', line 849 class CreateReferenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the store.
849 850 851 852 853 854 855 856 857 |
# File 'lib/aws-sdk-omics/types.rb', line 849 class CreateReferenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |