Class: Aws::Types::S3AccessControlList
- Inherits:
-
Object
- Object
- Aws::Types::S3AccessControlList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grants ⇒ ::Array[Types::S3Grant]
Returns the value of attribute grants.
-
#owner ⇒ Types::S3ObjectOwner
Returns the value of attribute owner.
Instance Attribute Details
#grants ⇒ ::Array[Types::S3Grant]
Returns the value of attribute grants.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def grants @grants end |
#owner ⇒ Types::S3ObjectOwner
Returns the value of attribute owner.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def owner @owner end |