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)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def key
  @key
end

#overwrite_if_existsBoolean

Returns the value of attribute overwrite_if_exists.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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

def rename_to
  @rename_to
end