Class: Aws::Omics::Types::CreateSequenceStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateSequenceStoreRequest
- 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.
-
#e_tag_algorithm_family ⇒ String
The ETag algorithm family to use for ingested read sets.
-
#fallback_location ⇒ String
An S3 location that is used to store files that have failed a direct upload.
-
#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.
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-omics/types.rb', line 1099 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the store.
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-omics/types.rb', line 1099 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family) SENSITIVE = [] include Aws::Structure end |
#e_tag_algorithm_family ⇒ String
The ETag algorithm family to use for ingested read sets.
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-omics/types.rb', line 1099 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family) SENSITIVE = [] include Aws::Structure end |
#fallback_location ⇒ String
An S3 location that is used to store files that have failed a direct upload.
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-omics/types.rb', line 1099 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-omics/types.rb', line 1099 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-omics/types.rb', line 1099 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the store.
1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-omics/types.rb', line 1099 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family) SENSITIVE = [] include Aws::Structure end |