| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Nimble.Types.StudioMembership
Description
Synopsis
Documentation
data StudioMembership Source #
See: newStudioMembership smart constructor.
Constructors
| StudioMembership' | |
Fields
| |
Instances
newStudioMembership :: StudioMembership Source #
Create a value of StudioMembership 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:identityStoreId:StudioMembership', studioMembership_identityStoreId - The ID of the identity store.
$sel:principalId:StudioMembership', studioMembership_principalId - The principal ID.
$sel:persona:StudioMembership', studioMembership_persona - The persona.
studioMembership_identityStoreId :: Lens' StudioMembership (Maybe Text) Source #
The ID of the identity store.
studioMembership_principalId :: Lens' StudioMembership (Maybe Text) Source #
The principal ID.
studioMembership_persona :: Lens' StudioMembership (Maybe StudioPersona) Source #
The persona.