Class: Aws::Omics::Types::UpdateSequenceStoreResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the sequence store.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the store was created.

Returns:

  • (Time)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the sequence store.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#e_tag_algorithm_familyString

The ETag algorithm family to use on ingested read sets.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#fallback_locationString

The S3 URI of a bucket and folder to store Read Sets that fail to upload.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the sequence store.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the sequence store.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#propagated_set_level_tagsArray<String>

The tags keys to propagate to the S3 objects associated with read sets in the sequence store.

Returns:

  • (Array<String>)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#s3_accessTypes::SequenceStoreS3Access

The S3 access metadata of the sequence store.



7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#sse_configTypes::SseConfig

Server-side encryption (SSE) settings for a store.

Returns:



7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the sequence store.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message of the sequence store.

Returns:

  • (String)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The last-updated time of the Sequence Store.

Returns:

  • (Time)


7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520
7521
7522
7523
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7507

class UpdateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :update_time,
  :propagated_set_level_tags,
  :status,
  :status_message,
  :fallback_location,
  :s3_access,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end