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])


6295
6296
6297
# File 'sig/types.rbs', line 6295

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6294
6295
6296
# File 'sig/types.rbs', line 6294

def name
  @name
end

#source_path::Array[::String]

Returns the value of attribute source_path.

Returns:

  • (::Array[::String])


6296
6297
6298
# File 'sig/types.rbs', line 6296

def source_path
  @source_path
end

#target_path::Array[::String]

Returns the value of attribute target_path.

Returns:

  • (::Array[::String])


6297
6298
6299
# File 'sig/types.rbs', line 6297

def target_path
  @target_path
end