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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#content_lengthInteger

The file's content length.

Returns:

  • (Integer)


1612
1613
1614
1615
1616
1617
1618
1619
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1612

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)


1612
1613
1614
1615
1616
1617
1618
1619
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1612

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.



1612
1613
1614
1615
1616
1617
1618
1619
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1612

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)


1612
1613
1614
1615
1616
1617
1618
1619
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1612

class FileInformation < Struct.new(
  :total_parts,
  :part_size,
  :content_length,
  :s3_access)
  SENSITIVE = []
  include Aws::Structure
end