| 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.WellArchitected.Types.ShareInvitation
Description
Documentation
data ShareInvitation Source #
The share invitation.
See: newShareInvitation smart constructor.
Constructors
| ShareInvitation' | |
Fields
| |
Instances
newShareInvitation :: ShareInvitation Source #
Create a value of ShareInvitation 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:workloadId:ShareInvitation', shareInvitation_workloadId - Undocumented member.
$sel:shareInvitationId:ShareInvitation', shareInvitation_shareInvitationId - The ID assigned to the share invitation.
shareInvitation_workloadId :: Lens' ShareInvitation (Maybe Text) Source #
Undocumented member.
shareInvitation_shareInvitationId :: Lens' ShareInvitation (Maybe Text) Source #
The ID assigned to the share invitation.