| 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.IotTwinMaker.Types.WorkspaceSummary
Description
Synopsis
- data WorkspaceSummary = WorkspaceSummary' {
- description :: Maybe Text
- workspaceId :: Text
- arn :: Text
- creationDateTime :: POSIX
- updateDateTime :: POSIX
- newWorkspaceSummary :: Text -> Text -> UTCTime -> UTCTime -> WorkspaceSummary
- workspaceSummary_description :: Lens' WorkspaceSummary (Maybe Text)
- workspaceSummary_workspaceId :: Lens' WorkspaceSummary Text
- workspaceSummary_arn :: Lens' WorkspaceSummary Text
- workspaceSummary_creationDateTime :: Lens' WorkspaceSummary UTCTime
- workspaceSummary_updateDateTime :: Lens' WorkspaceSummary UTCTime
Documentation
data WorkspaceSummary Source #
An object that contains information about a workspace.
See: newWorkspaceSummary smart constructor.
Constructors
| WorkspaceSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> UTCTime | |
| -> UTCTime | |
| -> WorkspaceSummary |
Create a value of WorkspaceSummary 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:description:WorkspaceSummary', workspaceSummary_description - The description of the workspace.
$sel:workspaceId:WorkspaceSummary', workspaceSummary_workspaceId - The ID of the workspace.
$sel:arn:WorkspaceSummary', workspaceSummary_arn - The ARN of the workspace.
$sel:creationDateTime:WorkspaceSummary', workspaceSummary_creationDateTime - The date and time when the workspace was created.
$sel:updateDateTime:WorkspaceSummary', workspaceSummary_updateDateTime - The date and time when the workspace was last updated.
workspaceSummary_description :: Lens' WorkspaceSummary (Maybe Text) Source #
The description of the workspace.
workspaceSummary_workspaceId :: Lens' WorkspaceSummary Text Source #
The ID of the workspace.
workspaceSummary_arn :: Lens' WorkspaceSummary Text Source #
The ARN of the workspace.
workspaceSummary_creationDateTime :: Lens' WorkspaceSummary UTCTime Source #
The date and time when the workspace was created.
workspaceSummary_updateDateTime :: Lens' WorkspaceSummary UTCTime Source #
The date and time when the workspace was last updated.