Class: Aws::Omics::Types::FileInformation

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

Overview

Details about a file.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_lengthInteger

The file’s content length.

Returns:

  • (Integer)


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_sizeInteger

The file’s part size.

Returns:

  • (Integer)


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_accessTypes::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_partsInteger

The file’s total parts.

Returns:

  • (Integer)


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