Class: Aws::GuardDuty::Types::Owner
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Owner
- Defined in:
- gems/aws-sdk-guardduty/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.
7133 7134 7135 7136 7137 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7133 class Owner < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |