Class: Aws::Types::RenameObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::RenameObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_if_match ⇒ ::String
Returns the value of attribute destination_if_match.
-
#destination_if_modified_since ⇒ ::Time
Returns the value of attribute destination_if_modified_since.
-
#destination_if_none_match ⇒ ::String
Returns the value of attribute destination_if_none_match.
-
#destination_if_unmodified_since ⇒ ::Time
Returns the value of attribute destination_if_unmodified_since.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#rename_source ⇒ ::String
Returns the value of attribute rename_source.
-
#source_if_match ⇒ ::String
Returns the value of attribute source_if_match.
-
#source_if_modified_since ⇒ ::Time
Returns the value of attribute source_if_modified_since.
-
#source_if_none_match ⇒ ::String
Returns the value of attribute source_if_none_match.
-
#source_if_unmodified_since ⇒ ::Time
Returns the value of attribute source_if_unmodified_since.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def bucket @bucket end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def client_token @client_token end |
#destination_if_match ⇒ ::String
Returns the value of attribute destination_if_match.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def destination_if_match @destination_if_match end |
#destination_if_modified_since ⇒ ::Time
Returns the value of attribute destination_if_modified_since.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def destination_if_modified_since @destination_if_modified_since end |
#destination_if_none_match ⇒ ::String
Returns the value of attribute destination_if_none_match.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def destination_if_none_match @destination_if_none_match end |
#destination_if_unmodified_since ⇒ ::Time
Returns the value of attribute destination_if_unmodified_since.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def destination_if_unmodified_since @destination_if_unmodified_since end |
#key ⇒ ::String
Returns the value of attribute key.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def key @key end |
#rename_source ⇒ ::String
Returns the value of attribute rename_source.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def rename_source @rename_source end |
#source_if_match ⇒ ::String
Returns the value of attribute source_if_match.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def source_if_match @source_if_match end |
#source_if_modified_since ⇒ ::Time
Returns the value of attribute source_if_modified_since.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def source_if_modified_since @source_if_modified_since end |
#source_if_none_match ⇒ ::String
Returns the value of attribute source_if_none_match.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def source_if_none_match @source_if_none_match end |
#source_if_unmodified_since ⇒ ::Time
Returns the value of attribute source_if_unmodified_since.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def source_if_unmodified_since @source_if_unmodified_since end |