| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Omics.Types.FileInformation
Description
Documentation
data FileInformation Source #
Details about a file.
See: newFileInformation smart constructor.
Constructors
| FileInformation' | |
Fields
| |
Instances
newFileInformation :: FileInformation Source #
Create a value of FileInformation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:contentLength:FileInformation', fileInformation_contentLength - The file's content length.
$sel:partSize:FileInformation', fileInformation_partSize - The file's part size.
$sel:totalParts:FileInformation', fileInformation_totalParts - The file's total parts.
fileInformation_contentLength :: Lens' FileInformation (Maybe Natural) Source #
The file's content length.
fileInformation_partSize :: Lens' FileInformation (Maybe Natural) Source #
The file's part size.
fileInformation_totalParts :: Lens' FileInformation (Maybe Natural) Source #
The file's total parts.