Class: Aws::Omics::Types::UpdateSequenceStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::UpdateSequenceStoreRequest
- 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 sequence store.
-
#fallback_location ⇒ String
The S3 URI of a bucket and folder to store Read Sets that fail to upload.
-
#id ⇒ String
The ID of the sequence store.
-
#name ⇒ String
A name for the sequence 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.
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.
7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 |
# File 'lib/aws-sdk-omics/types.rb', line 7024 class UpdateSequenceStoreRequest < Struct.new( :id, :name, :description, :client_token, :fallback_location, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the sequence store.
7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 |
# File 'lib/aws-sdk-omics/types.rb', line 7024 class UpdateSequenceStoreRequest < Struct.new( :id, :name, :description, :client_token, :fallback_location, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#fallback_location ⇒ String
The S3 URI of a bucket and folder to store Read Sets that fail to upload.
7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 |
# File 'lib/aws-sdk-omics/types.rb', line 7024 class UpdateSequenceStoreRequest < Struct.new( :id, :name, :description, :client_token, :fallback_location, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the sequence store.
7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 |
# File 'lib/aws-sdk-omics/types.rb', line 7024 class UpdateSequenceStoreRequest < Struct.new( :id, :name, :description, :client_token, :fallback_location, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the sequence store.
7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 |
# File 'lib/aws-sdk-omics/types.rb', line 7024 class UpdateSequenceStoreRequest < Struct.new( :id, :name, :description, :client_token, :fallback_location, :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.
7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 |
# File 'lib/aws-sdk-omics/types.rb', line 7024 class UpdateSequenceStoreRequest < Struct.new( :id, :name, :description, :client_token, :fallback_location, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |
#s3_access_config ⇒ Types::S3AccessConfig
S3 access configuration parameters.
7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 |
# File 'lib/aws-sdk-omics/types.rb', line 7024 class UpdateSequenceStoreRequest < Struct.new( :id, :name, :description, :client_token, :fallback_location, :propagated_set_level_tags, :s3_access_config) SENSITIVE = [] include Aws::Structure end |