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.
840 841 842 |
# File 'sig/types.rbs', line 840 def grants @grants end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
839 840 841 |
# File 'sig/types.rbs', line 839 def owner @owner end |