Class: Aws::Types::RestoreObjectOutput
- Inherits:
-
Object
- Object
- Aws::Types::RestoreObjectOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
-
#restore_output_path ⇒ ::String
Returns the value of attribute restore_output_path.
Instance Attribute Details
#request_charged ⇒ "requester"
Returns the value of attribute request_charged.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def request_charged @request_charged end |
#restore_output_path ⇒ ::String
Returns the value of attribute restore_output_path.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def restore_output_path @restore_output_path end |