| 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.SnowDeviceManagement.Types.InstanceSummary
Description
Documentation
data InstanceSummary Source #
The details about the instance.
See: newInstanceSummary smart constructor.
Constructors
| InstanceSummary' | |
Instances
newInstanceSummary :: InstanceSummary Source #
Create a value of InstanceSummary 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:instance':InstanceSummary', instanceSummary_instance - A structure containing details about the instance.
$sel:lastUpdatedAt:InstanceSummary', instanceSummary_lastUpdatedAt - When the instance summary was last updated.
instanceSummary_instance :: Lens' InstanceSummary (Maybe Instance) Source #
A structure containing details about the instance.
instanceSummary_lastUpdatedAt :: Lens' InstanceSummary (Maybe UTCTime) Source #
When the instance summary was last updated.