Class: Aws::Omics::Types::SequenceStoreS3Access
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::SequenceStoreS3Access
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
The S3 access metadata of the sequence store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_log_location ⇒ String
Location of the access logs.
-
#s3_access_point_arn ⇒ String
This is ARN of the access point associated with the S3 bucket storing read sets.
-
#s3_uri ⇒ String
The S3 URI of the sequence store.
Instance Attribute Details
#access_log_location ⇒ String
Location of the access logs.
5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-omics/types.rb', line 5858 class SequenceStoreS3Access < Struct.new( :s3_uri, :s3_access_point_arn, :access_log_location) SENSITIVE = [] include Aws::Structure end |
#s3_access_point_arn ⇒ String
This is ARN of the access point associated with the S3 bucket storing read sets.
5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-omics/types.rb', line 5858 class SequenceStoreS3Access < Struct.new( :s3_uri, :s3_access_point_arn, :access_log_location) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The S3 URI of the sequence store.
5858 5859 5860 5861 5862 5863 5864 |
# File 'lib/aws-sdk-omics/types.rb', line 5858 class SequenceStoreS3Access < Struct.new( :s3_uri, :s3_access_point_arn, :access_log_location) SENSITIVE = [] include Aws::Structure end |