Class AWS::S3::AccessControlList::Owner
In: lib/aws/s3/access_control_list.rb
Parent: Object

Represents an ACL owner. In the default ACL, this is the bucket owner.

@attr [String] id The canonical user ID of the ACL owner.

  This attribute is required when setting an ACL.

@attr [String] display_name The display name of the ACL

  owner.  This value is ignored when setting an ACL.

Included Modules

ACLObject

[Validate]