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


6364
6365
6366
# File 'sig/types.rbs', line 6364

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6363
6364
6365
# File 'sig/types.rbs', line 6363

def name
  @name
end

#source_path::Array[::String]

Returns the value of attribute source_path.

Returns:

  • (::Array[::String])


6365
6366
6367
# File 'sig/types.rbs', line 6365

def source_path
  @source_path
end

#target_path::Array[::String]

Returns the value of attribute target_path.

Returns:

  • (::Array[::String])


6366
6367
6368
# File 'sig/types.rbs', line 6366

def target_path
  @target_path
end