Class: Aws::Types::RenameField
- Inherits:
-
Object
- Object
- Aws::Types::RenameField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#source_path ⇒ ::Array[::String]
Returns the value of attribute source_path.
-
#target_path ⇒ ::Array[::String]
Returns the value of attribute target_path.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6364 6365 6366 |
# File 'sig/types.rbs', line 6364 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6363 6364 6365 |
# File 'sig/types.rbs', line 6363 def name @name end |
#source_path ⇒ ::Array[::String]
Returns the value of attribute source_path.
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.
6366 6367 6368 |
# File 'sig/types.rbs', line 6366 def target_path @target_path end |