Class: Aws::Types::GetBucketAclOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketAclOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#grants ⇒ ::Array[Types::Grant]
Returns the value of attribute grants.
-
#owner ⇒ Types::Owner
Returns the value of attribute owner.
Instance Attribute Details
#grants ⇒ ::Array[Types::Grant]
Returns the value of attribute grants.
827 828 829 |
# File 'sig/types.rbs', line 827 def grants @grants end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
826 827 828 |
# File 'sig/types.rbs', line 826 def owner @owner end |