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)


1615
1616
1617
1618
1619
1620
1621
1622
# File '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_sizeInteger

The file’s part size.

Returns:

  • (Integer)


1615
1616
1617
1618
1619
1620
1621
1622
# File '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_accessTypes::ReadSetS3Access

The S3 URI metadata of a sequence store.



1615
1616
1617
1618
1619
1620
1621
1622
# File '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_partsInteger

The file’s total parts.

Returns:

  • (Integer)


1615
1616
1617
1618
1619
1620
1621
1622
# File '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