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

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)


2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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)


2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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)


2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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)


2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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)


2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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)


2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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)


2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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.



2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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:



2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
# File 'lib/aws-sdk-omics/types.rb', line 2916

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