Class: Aws::Omics::Types::CreateSequenceStoreRequest

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

#client_tokenString

To ensure that requests don't run multiple times, specify a unique token for each request.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 996

class CreateSequenceStoreRequest < Struct.new(
  :name,
  :description,
  :sse_config,
  :tags,
  :client_token,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the store.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 996

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_familyString

The ETag algorithm family to use for ingested read sets.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 996

class CreateSequenceStoreRequest < Struct.new(
  :name,
  :description,
  :sse_config,
  :tags,
  :client_token,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#fallback_locationString

An S3 location that is used to store files that have failed a direct upload.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 996

class CreateSequenceStoreRequest < Struct.new(
  :name,
  :description,
  :sse_config,
  :tags,
  :client_token,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A name for the store.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 996

class CreateSequenceStoreRequest < Struct.new(
  :name,
  :description,
  :sse_config,
  :tags,
  :client_token,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#sse_configTypes::SseConfig

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

Returns:



996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 996

class CreateSequenceStoreRequest < Struct.new(
  :name,
  :description,
  :sse_config,
  :tags,
  :client_token,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags for the store.

Returns:

  • (Hash<String,String>)


996
997
998
999
1000
1001
1002
1003
1004
1005
1006
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 996

class CreateSequenceStoreRequest < Struct.new(
  :name,
  :description,
  :sse_config,
  :tags,
  :client_token,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end