Class: Aws::Omics::Types::FileInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::FileInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Details about a file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_length ⇒ Integer
The file’s content length.
-
#part_size ⇒ Integer
The file’s part size.
-
#s3_access ⇒ Types::ReadSetS3Access
The S3 URI metadata of a sequence store.
-
#total_parts ⇒ Integer
The file’s total parts.
Instance Attribute Details
#content_length ⇒ Integer
The file’s content length.
1778 1779 1780 1781 1782 1783 1784 1785 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class FileInformation < Struct.new( :total_parts, :part_size, :content_length, :s3_access) SENSITIVE = [] include Aws::Structure end |
#part_size ⇒ Integer
The file’s part size.
1778 1779 1780 1781 1782 1783 1784 1785 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class FileInformation < Struct.new( :total_parts, :part_size, :content_length, :s3_access) SENSITIVE = [] include Aws::Structure end |
#s3_access ⇒ Types::ReadSetS3Access
The S3 URI metadata of a sequence store.
1778 1779 1780 1781 1782 1783 1784 1785 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class FileInformation < Struct.new( :total_parts, :part_size, :content_length, :s3_access) SENSITIVE = [] include Aws::Structure end |
#total_parts ⇒ Integer
The file’s total parts.
1778 1779 1780 1781 1782 1783 1784 1785 |
# File 'lib/aws-sdk-omics/types.rb', line 1778 class FileInformation < Struct.new( :total_parts, :part_size, :content_length, :s3_access) SENSITIVE = [] include Aws::Structure end |