Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data EstimatedResourceSize Source #
The estimated size of the resource.
See: newEstimatedResourceSize
smart constructor.
EstimatedResourceSize' | |
|
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.