| 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.WorkSpaces.Types.RelatedWorkspaceProperties
Description
Synopsis
- data RelatedWorkspaceProperties = RelatedWorkspaceProperties' {}
- newRelatedWorkspaceProperties :: RelatedWorkspaceProperties
- relatedWorkspaceProperties_region :: Lens' RelatedWorkspaceProperties (Maybe Text)
- relatedWorkspaceProperties_state :: Lens' RelatedWorkspaceProperties (Maybe WorkspaceState)
- relatedWorkspaceProperties_type :: Lens' RelatedWorkspaceProperties (Maybe StandbyWorkspaceRelationshipType)
- relatedWorkspaceProperties_workspaceId :: Lens' RelatedWorkspaceProperties (Maybe Text)
Documentation
data RelatedWorkspaceProperties Source #
Describes the related WorkSpace. The related WorkSpace could be a Standby WorkSpace or Primary WorkSpace related to the specified WorkSpace.
See: newRelatedWorkspaceProperties smart constructor.
Constructors
| RelatedWorkspaceProperties' | |
Fields
| |
Instances
newRelatedWorkspaceProperties :: RelatedWorkspaceProperties Source #
Create a value of RelatedWorkspaceProperties 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:region:RelatedWorkspaceProperties', relatedWorkspaceProperties_region - The Region of the related WorkSpace.
$sel:state:RelatedWorkspaceProperties', relatedWorkspaceProperties_state - Indicates the state of the WorkSpace.
$sel:type':RelatedWorkspaceProperties', relatedWorkspaceProperties_type - Indicates the type of WorkSpace.
$sel:workspaceId:RelatedWorkspaceProperties', relatedWorkspaceProperties_workspaceId - The identifier of the related WorkSpace.
relatedWorkspaceProperties_region :: Lens' RelatedWorkspaceProperties (Maybe Text) Source #
The Region of the related WorkSpace.
relatedWorkspaceProperties_state :: Lens' RelatedWorkspaceProperties (Maybe WorkspaceState) Source #
Indicates the state of the WorkSpace.
relatedWorkspaceProperties_type :: Lens' RelatedWorkspaceProperties (Maybe StandbyWorkspaceRelationshipType) Source #
Indicates the type of WorkSpace.
relatedWorkspaceProperties_workspaceId :: Lens' RelatedWorkspaceProperties (Maybe Text) Source #
The identifier of the related WorkSpace.