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.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def key @key end |
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def overwrite_if_exists @overwrite_if_exists end |
#rename_to ⇒ ::String
Returns the value of attribute rename_to.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def rename_to @rename_to end |