Class: Aws::Types::RenameKeyEntry
- Inherits:
-
Object
- Object
- Aws::Types::RenameKeyEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
-
#rename_to ⇒ ::String
Returns the value of attribute rename_to.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def key @key end |
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def overwrite_if_exists @overwrite_if_exists end |
#rename_to ⇒ ::String
Returns the value of attribute rename_to.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def rename_to @rename_to end |