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

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

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)


9634
9635
9636
9637
9638
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 9634

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