Class: Aws::Types::RestoreObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
-
#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.
-
#restore_request ⇒ Types::RestoreRequest
Returns the value of attribute restore_request.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2756 2757 2758 |
# File 'sig/types.rbs', line 2756 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def checksum_algorithm @checksum_algorithm end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
2757 2758 2759 |
# File 'sig/types.rbs', line 2757 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
2760 2761 2762 |
# File 'sig/types.rbs', line 2760 def request_payer @request_payer end |
#restore_request ⇒ Types::RestoreRequest
Returns the value of attribute restore_request.
2759 2760 2761 |
# File 'sig/types.rbs', line 2759 def restore_request @restore_request end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2758 2759 2760 |
# File 'sig/types.rbs', line 2758 def version_id @version_id end |