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)


6037
6038
6039
6040
6041
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6037

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