Class: Aws::GuardDuty::Types::Owner
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Owner
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information on the owner of the bucket.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The canonical user ID of the bucket owner.
Instance Attribute Details
#id ⇒ String
The canonical user ID of the bucket owner. For information about locating your canonical user ID see [Finding Your Account Canonical User ID.]
[1]: docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId
6795 6796 6797 6798 6799 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6795 class Owner < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |