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.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def bucket @bucket end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2687 2688 2689 |
# File 'sig/types.rbs', line 2687 def client_token @client_token end |
#destination_if_match ⇒ ::String
Returns the value of attribute destination_if_match.
2679 2680 2681 |
# File 'sig/types.rbs', line 2679 def destination_if_match @destination_if_match end |
#destination_if_modified_since ⇒ ::Time
Returns the value of attribute destination_if_modified_since.
2681 2682 2683 |
# File 'sig/types.rbs', line 2681 def destination_if_modified_since @destination_if_modified_since end |
#destination_if_none_match ⇒ ::String
Returns the value of attribute destination_if_none_match.
2680 2681 2682 |
# File 'sig/types.rbs', line 2680 def destination_if_none_match @destination_if_none_match end |
#destination_if_unmodified_since ⇒ ::Time
Returns the value of attribute destination_if_unmodified_since.
2682 2683 2684 |
# File 'sig/types.rbs', line 2682 def destination_if_unmodified_since @destination_if_unmodified_since end |
#key ⇒ ::String
Returns the value of attribute key.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def key @key end |
#rename_source ⇒ ::String
Returns the value of attribute rename_source.
2678 2679 2680 |
# File 'sig/types.rbs', line 2678 def rename_source @rename_source end |
#source_if_match ⇒ ::String
Returns the value of attribute source_if_match.
2683 2684 2685 |
# File 'sig/types.rbs', line 2683 def source_if_match @source_if_match end |
#source_if_modified_since ⇒ ::Time
Returns the value of attribute source_if_modified_since.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def source_if_modified_since @source_if_modified_since end |
#source_if_none_match ⇒ ::String
Returns the value of attribute source_if_none_match.
2684 2685 2686 |
# File 'sig/types.rbs', line 2684 def source_if_none_match @source_if_none_match end |
#source_if_unmodified_since ⇒ ::Time
Returns the value of attribute source_if_unmodified_since.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def source_if_unmodified_since @source_if_unmodified_since end |