Class: Aws::Types::GetObjectAclRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectAclRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def version_id @version_id end |