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.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def bucket @bucket end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def request_payer @request_payer end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def version_id @version_id end |