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
Container for the owner's display name and ID.
See: newOwner
smart constructor.
Instances
Eq Owner Source # | |
Read Owner Source # | |
Show Owner Source # | |
Generic Owner Source # | |
NFData Owner Source # | |
Defined in Amazonka.S3.Types.Owner | |
Hashable Owner Source # | |
Defined in Amazonka.S3.Types.Owner | |
FromXML Owner Source # | |
ToXML Owner Source # | |
Defined in Amazonka.S3.Types.Owner | |
type Rep Owner Source # | |
Defined in Amazonka.S3.Types.Owner type Rep Owner = D1 ('MetaData "Owner" "Amazonka.S3.Types.Owner" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "Owner'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
Create a value of Owner
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:displayName:Owner'
, owner_displayName
- Container for the display name of the owner.
$sel:id:Owner'
, owner_id
- Container for the ID of the owner.