Class: Aws::Types::RenameKeyEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2020
2021
2022
# File 'sig/types.rbs', line 2020

def key
  @key
end

#overwrite_if_existsBoolean

Returns the value of attribute overwrite_if_exists.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def rename_to
  @rename_to
end