Class: Aws::Omics::Types::SequenceStoreS3Access

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

Overview

The S3 access metadata of the sequence store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_access_point_arnString

This is ARN of the access point associated with the S3 bucket storing read sets.

Returns:

  • (String)


5338
5339
5340
5341
5342
5343
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5338

class SequenceStoreS3Access < Struct.new(
  :s3_uri,
  :s3_access_point_arn)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

The S3 URI of the sequence store.

Returns:

  • (String)


5338
5339
5340
5341
5342
5343
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5338

class SequenceStoreS3Access < Struct.new(
  :s3_uri,
  :s3_access_point_arn)
  SENSITIVE = []
  include Aws::Structure
end