Class: Aws::Types::GetObjectRetentionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectRetentionRequest
- 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.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def version_id @version_id end |