Class: Aws::Omics::Types::GetSequenceStoreResponse

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 store's ARN.

Returns:

  • (String)


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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

#creation_timeTime

When the store was created.

Returns:

  • (Time)


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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

#descriptionString

The store's description.

Returns:

  • (String)


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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

#e_tag_algorithm_familyString

The algorithm family of the ETag.

Returns:

  • (String)


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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

#idString

The store's ID.

Returns:

  • (String)


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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

#nameString

The store's name.

Returns:

  • (String)


2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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

#s3_accessTypes::SequenceStoreS3Access

The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.



2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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

#sse_configTypes::SseConfig

The store's server-side encryption (SSE) settings.

Returns:



2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2878

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