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.]

[1]: docs.aws.amazon.com/general/latest/gr/acct-identifiers.html#FindingCanonicalId

Returns:

  • (String)


6530
6531
6532
6533
6534
# File 'lib/aws-sdk-guardduty/types.rb', line 6530

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