Class: Aws::Omics::Types::FileInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::FileInformation
- Defined in:
- gems/aws-sdk-omics/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.
1615 1616 1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1615 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.
1615 1616 1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1615 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.
1615 1616 1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1615 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.
1615 1616 1617 1618 1619 1620 1621 1622 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1615 class FileInformation < Struct.new( :total_parts, :part_size, :content_length, :s3_access) SENSITIVE = [] include Aws::Structure end |