| 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.Account.Types.AlternateContact
Description
Synopsis
- data AlternateContact = AlternateContact' {}
- newAlternateContact :: AlternateContact
- alternateContact_alternateContactType :: Lens' AlternateContact (Maybe AlternateContactType)
- alternateContact_emailAddress :: Lens' AlternateContact (Maybe Text)
- alternateContact_name :: Lens' AlternateContact (Maybe Text)
- alternateContact_phoneNumber :: Lens' AlternateContact (Maybe Text)
- alternateContact_title :: Lens' AlternateContact (Maybe Text)
Documentation
data AlternateContact Source #
A structure that contains the details of an alternate contact associated with an Amazon Web Services account
See: newAlternateContact smart constructor.
Constructors
| AlternateContact' | |
Fields
| |
Instances
newAlternateContact :: AlternateContact Source #
Create a value of AlternateContact 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:alternateContactType:AlternateContact', alternateContact_alternateContactType - The type of alternate contact.
$sel:emailAddress:AlternateContact', alternateContact_emailAddress - The email address associated with this alternate contact.
$sel:name:AlternateContact', alternateContact_name - The name associated with this alternate contact.
$sel:phoneNumber:AlternateContact', alternateContact_phoneNumber - The phone number associated with this alternate contact.
$sel:title:AlternateContact', alternateContact_title - The title associated with this alternate contact.
alternateContact_alternateContactType :: Lens' AlternateContact (Maybe AlternateContactType) Source #
The type of alternate contact.
alternateContact_emailAddress :: Lens' AlternateContact (Maybe Text) Source #
The email address associated with this alternate contact.
alternateContact_name :: Lens' AlternateContact (Maybe Text) Source #
The name associated with this alternate contact.
alternateContact_phoneNumber :: Lens' AlternateContact (Maybe Text) Source #
The phone number associated with this alternate contact.
alternateContact_title :: Lens' AlternateContact (Maybe Text) Source #
The title associated with this alternate contact.