| 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.SpaceDetails
Description
Synopsis
- data SpaceDetails = SpaceDetails' {}
- newSpaceDetails :: SpaceDetails
- spaceDetails_creationTime :: Lens' SpaceDetails (Maybe UTCTime)
- spaceDetails_domainId :: Lens' SpaceDetails (Maybe Text)
- spaceDetails_lastModifiedTime :: Lens' SpaceDetails (Maybe UTCTime)
- spaceDetails_spaceName :: Lens' SpaceDetails (Maybe Text)
- spaceDetails_status :: Lens' SpaceDetails (Maybe SpaceStatus)
Documentation
data SpaceDetails Source #
The space's details.
See: newSpaceDetails smart constructor.
Constructors
| SpaceDetails' | |
Fields
| |
Instances
newSpaceDetails :: SpaceDetails Source #
Create a value of SpaceDetails 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:SpaceDetails', spaceDetails_creationTime - The creation time.
$sel:domainId:SpaceDetails', spaceDetails_domainId - The ID of the associated Domain.
$sel:lastModifiedTime:SpaceDetails', spaceDetails_lastModifiedTime - The last modified time.
$sel:spaceName:SpaceDetails', spaceDetails_spaceName - The name of the space.
$sel:status:SpaceDetails', spaceDetails_status - The status.
spaceDetails_creationTime :: Lens' SpaceDetails (Maybe UTCTime) Source #
The creation time.
spaceDetails_domainId :: Lens' SpaceDetails (Maybe Text) Source #
The ID of the associated Domain.
spaceDetails_lastModifiedTime :: Lens' SpaceDetails (Maybe UTCTime) Source #
The last modified time.
spaceDetails_spaceName :: Lens' SpaceDetails (Maybe Text) Source #
The name of the space.
spaceDetails_status :: Lens' SpaceDetails (Maybe SpaceStatus) Source #
The status.