| 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.IoTAnalytics.Types.EstimatedResourceSize
Description
Documentation
data EstimatedResourceSize Source #
The estimated size of the resource.
See: newEstimatedResourceSize smart constructor.
Constructors
| EstimatedResourceSize' | |
Fields
| |
Instances
newEstimatedResourceSize :: EstimatedResourceSize Source #
Create a value of EstimatedResourceSize 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:estimatedOn:EstimatedResourceSize', estimatedResourceSize_estimatedOn - The time when the estimate of the size of the resource was made.
$sel:estimatedSizeInBytes:EstimatedResourceSize', estimatedResourceSize_estimatedSizeInBytes - The estimated size of the resource, in bytes.
estimatedResourceSize_estimatedOn :: Lens' EstimatedResourceSize (Maybe UTCTime) Source #
The time when the estimate of the size of the resource was made.
estimatedResourceSize_estimatedSizeInBytes :: Lens' EstimatedResourceSize (Maybe Double) Source #
The estimated size of the resource, in bytes.