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.
-
#propagated_set_level_tags ⇒ Array<String>
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
-
#s3_access_config ⇒ Types::S3AccessConfig
S3 access configuration parameters.
-
#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.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the store.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#e_tag_algorithm_family ⇒ String
The ETag algorithm family to use for ingested read sets.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#fallback_location ⇒ String
An S3 location that is used to store files that have failed a direct upload.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the store.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#propagated_set_level_tags ⇒ Array<String>
The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#s3_access_config ⇒ Types::S3AccessConfig
S3 access configuration parameters
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#sse_config ⇒ Types::SseConfig
Server-side encryption (SSE) settings for the store.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the store.
1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 |
# File 'lib/aws-sdk-omics/types.rb', line 1111 class CreateSequenceStoreRequest < Struct.new( :name, :description, :sse_config, :tags, :client_token, :fallback_location, :e_tag_algorithm_family, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |