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.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def version_id @version_id end |