Class: Aws::GuardDuty::Types::Owner

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

The canonical user ID of the bucket owner. For information about locating your canonical user ID see Finding Your Account Canonical User ID.

Returns:

  • (String)


10102
10103
10104
10105
10106
# File 'lib/aws-sdk-guardduty/types.rb', line 10102

class Owner < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end