| 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.HubInfo
Description
Synopsis
- data HubInfo = HubInfo' {}
- newHubInfo :: Text -> Text -> HubStatus -> UTCTime -> UTCTime -> HubInfo
- hubInfo_hubDescription :: Lens' HubInfo (Maybe Text)
- hubInfo_hubDisplayName :: Lens' HubInfo (Maybe Text)
- hubInfo_hubSearchKeywords :: Lens' HubInfo (Maybe [Text])
- hubInfo_hubName :: Lens' HubInfo Text
- hubInfo_hubArn :: Lens' HubInfo Text
- hubInfo_hubStatus :: Lens' HubInfo HubStatus
- hubInfo_creationTime :: Lens' HubInfo UTCTime
- hubInfo_lastModifiedTime :: Lens' HubInfo UTCTime
Documentation
Information about a hub.
See: newHubInfo smart constructor.
Constructors
| HubInfo' | |
Fields
| |
Instances
Create a value of HubInfo 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:hubDescription:HubInfo', hubInfo_hubDescription - A description of the hub.
$sel:hubDisplayName:HubInfo', hubInfo_hubDisplayName - The display name of the hub.
$sel:hubSearchKeywords:HubInfo', hubInfo_hubSearchKeywords - The searchable keywords for the hub.
$sel:hubName:HubInfo', hubInfo_hubName - The name of the hub.
$sel:hubArn:HubInfo', hubInfo_hubArn - The Amazon Resource Name (ARN) of the hub.
$sel:hubStatus:HubInfo', hubInfo_hubStatus - The status of the hub.
$sel:creationTime:HubInfo', hubInfo_creationTime - The date and time that the hub was created.
$sel:lastModifiedTime:HubInfo', hubInfo_lastModifiedTime - The date and time that the hub was last modified.