Class: Aws::Types::RenameField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6327
6328
6329
# File 'sig/types.rbs', line 6327

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6326
6327
6328
# File 'sig/types.rbs', line 6326

def name
  @name
end

#source_path::Array[::String]

Returns the value of attribute source_path.

Returns:

  • (::Array[::String])


6328
6329
6330
# File 'sig/types.rbs', line 6328

def source_path
  @source_path
end

#target_path::Array[::String]

Returns the value of attribute target_path.

Returns:

  • (::Array[::String])


6329
6330
6331
# File 'sig/types.rbs', line 6329

def target_path
  @target_path
end