Class: AWS::S3::AccessControlList::Owner
- Inherits:
-
Object
- Object
- AWS::S3::AccessControlList::Owner
- Includes:
- AWS::S3::ACLObject
- Defined in:
- lib/aws/s3/access_control_list.rb
Overview
Represents an ACL owner. In the default ACL, this is the bucket owner.
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the ACL owner.
-
#id ⇒ String
The canonical user ID of the ACL owner.
Method Summary
Methods included from AWS::S3::ACLObject
included, #to_s, #to_xml, #valid?, #validate!
Instance Attribute Details
#display_name ⇒ String
The display name of the ACL owner. This value is ignored when setting an ACL.
58 59 60 |
# File 'lib/aws/s3/access_control_list.rb', line 58 def display_name @display_name end |
#id ⇒ String
The canonical user ID of the ACL owner. This attribute is required when setting an ACL.
58 59 60 |
# File 'lib/aws/s3/access_control_list.rb', line 58 def id @id end |