| 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.GuardDuty.Types.Master
Description
Documentation
Contains information about the administrator account and invitation.
See: newMaster smart constructor.
Constructors
| Master' | |
Fields
| |
Instances
| Eq Master Source # | |
| Read Master Source # | |
| Show Master Source # | |
| Generic Master Source # | |
| NFData Master Source # | |
Defined in Amazonka.GuardDuty.Types.Master | |
| Hashable Master Source # | |
Defined in Amazonka.GuardDuty.Types.Master | |
| FromJSON Master Source # | |
| type Rep Master Source # | |
Defined in Amazonka.GuardDuty.Types.Master type Rep Master = D1 ('MetaData "Master" "Amazonka.GuardDuty.Types.Master" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "Master'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "invitedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relationshipStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "invitationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
Create a value of Master 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:invitedAt:Master', master_invitedAt - The timestamp when the invitation was sent.
$sel:relationshipStatus:Master', master_relationshipStatus - The status of the relationship between the administrator and member
accounts.
$sel:invitationId:Master', master_invitationId - The value used to validate the administrator account to the member
account.
$sel:accountId:Master', master_accountId - The ID of the account used as the administrator account.
master_relationshipStatus :: Lens' Master (Maybe Text) Source #
The status of the relationship between the administrator and member accounts.