Class: Aws::Omics::Types::CreateSequenceStoreResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The store’s ARN.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the store was created.

Returns:

  • (Time)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The store’s description.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#e_tag_algorithm_familyString

The algorithm family of the ETag.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :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)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The store’s ID.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The store’s name.

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end

#sse_configTypes::SseConfig

The store’s SSE settings.

Returns:



1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-omics/types.rb', line 1146

class CreateSequenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time,
  :fallback_location,
  :e_tag_algorithm_family)
  SENSITIVE = []
  include Aws::Structure
end