| 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.SageMaker.Types.DeviceFleetSummary
Description
Synopsis
- data DeviceFleetSummary = DeviceFleetSummary' {}
 - newDeviceFleetSummary :: Text -> Text -> DeviceFleetSummary
 - deviceFleetSummary_creationTime :: Lens' DeviceFleetSummary (Maybe UTCTime)
 - deviceFleetSummary_lastModifiedTime :: Lens' DeviceFleetSummary (Maybe UTCTime)
 - deviceFleetSummary_deviceFleetArn :: Lens' DeviceFleetSummary Text
 - deviceFleetSummary_deviceFleetName :: Lens' DeviceFleetSummary Text
 
Documentation
data DeviceFleetSummary Source #
Summary of the device fleet.
See: newDeviceFleetSummary smart constructor.
Constructors
| DeviceFleetSummary' | |
Fields 
  | |
Instances
newDeviceFleetSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeviceFleetSummary | 
Create a value of DeviceFleetSummary 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:creationTime:DeviceFleetSummary', deviceFleetSummary_creationTime - Timestamp of when the device fleet was created.
$sel:lastModifiedTime:DeviceFleetSummary', deviceFleetSummary_lastModifiedTime - Timestamp of when the device fleet was last updated.
$sel:deviceFleetArn:DeviceFleetSummary', deviceFleetSummary_deviceFleetArn - Amazon Resource Name (ARN) of the device fleet.
$sel:deviceFleetName:DeviceFleetSummary', deviceFleetSummary_deviceFleetName - Name of the device fleet.
deviceFleetSummary_creationTime :: Lens' DeviceFleetSummary (Maybe UTCTime) Source #
Timestamp of when the device fleet was created.
deviceFleetSummary_lastModifiedTime :: Lens' DeviceFleetSummary (Maybe UTCTime) Source #
Timestamp of when the device fleet was last updated.
deviceFleetSummary_deviceFleetArn :: Lens' DeviceFleetSummary Text Source #
Amazon Resource Name (ARN) of the device fleet.
deviceFleetSummary_deviceFleetName :: Lens' DeviceFleetSummary Text Source #
Name of the device fleet.