| 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.AppDetails
Description
Synopsis
- data AppDetails = AppDetails' {}
 - newAppDetails :: AppDetails
 - appDetails_appName :: Lens' AppDetails (Maybe Text)
 - appDetails_appType :: Lens' AppDetails (Maybe AppType)
 - appDetails_creationTime :: Lens' AppDetails (Maybe UTCTime)
 - appDetails_domainId :: Lens' AppDetails (Maybe Text)
 - appDetails_spaceName :: Lens' AppDetails (Maybe Text)
 - appDetails_status :: Lens' AppDetails (Maybe AppStatus)
 - appDetails_userProfileName :: Lens' AppDetails (Maybe Text)
 
Documentation
data AppDetails Source #
Details about an Amazon SageMaker app.
See: newAppDetails smart constructor.
Constructors
| AppDetails' | |
Fields  | |
Instances
newAppDetails :: AppDetails Source #
Create a value of AppDetails 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:appName:AppDetails', appDetails_appName - The name of the app.
$sel:appType:AppDetails', appDetails_appType - The type of app.
$sel:creationTime:AppDetails', appDetails_creationTime - The creation time.
$sel:domainId:AppDetails', appDetails_domainId - The domain ID.
$sel:spaceName:AppDetails', appDetails_spaceName - The name of the space.
$sel:status:AppDetails', appDetails_status - The status.
$sel:userProfileName:AppDetails', appDetails_userProfileName - The user profile name.
appDetails_appName :: Lens' AppDetails (Maybe Text) Source #
The name of the app.
appDetails_appType :: Lens' AppDetails (Maybe AppType) Source #
The type of app.
appDetails_creationTime :: Lens' AppDetails (Maybe UTCTime) Source #
The creation time.
appDetails_domainId :: Lens' AppDetails (Maybe Text) Source #
The domain ID.
appDetails_spaceName :: Lens' AppDetails (Maybe Text) Source #
The name of the space.
appDetails_status :: Lens' AppDetails (Maybe AppStatus) Source #
The status.
appDetails_userProfileName :: Lens' AppDetails (Maybe Text) Source #
The user profile name.