Class: Aws::Types::GetObjectAclOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectAclOutput
- 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.
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
Instance Attribute Details
#grants ⇒ ::Array[Types::Grant]
Returns the value of attribute grants.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def grants @grants end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def owner @owner end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def request_charged @request_charged end |