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.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def bucket @bucket end |
#checksum_algorithm ⇒ "CRC32", ...
Returns the value of attribute checksum_algorithm.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def checksum_algorithm @checksum_algorithm end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def expected_bucket_owner @expected_bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def request_payer @request_payer end |
#restore_request ⇒ Types::RestoreRequest
Returns the value of attribute restore_request.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def restore_request @restore_request end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def version_id @version_id end |