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.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def grants @grants end |
#owner ⇒ Types::Owner
Returns the value of attribute owner.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def owner @owner end |
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def request_charged @request_charged end |