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 |
Documentation
data ImportJobSubmitter Source #
An object that contains the attributes of the submitter of the import job.
See: newImportJobSubmitter
smart constructor.
Instances
newImportJobSubmitter :: ImportJobSubmitter Source #
Create a value of ImportJobSubmitter
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:email:ImportJobSubmitter'
, importJobSubmitter_email
- The email id of the submitter of the import job, if available.
$sel:userArn:ImportJobSubmitter'
, importJobSubmitter_userArn
- The AWS user ARN of the submitter of the import job, if available.
importJobSubmitter_email :: Lens' ImportJobSubmitter (Maybe Text) Source #
The email id of the submitter of the import job, if available.
importJobSubmitter_userArn :: Lens' ImportJobSubmitter (Maybe Text) Source #
The AWS user ARN of the submitter of the import job, if available.