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.
6337 6338 6339 |
# File 'sig/types.rbs', line 6337 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6336 6337 6338 |
# File 'sig/types.rbs', line 6336 def name @name end |
#source_path ⇒ ::Array[::String]
Returns the value of attribute source_path.
6338 6339 6340 |
# File 'sig/types.rbs', line 6338 def source_path @source_path end |
#target_path ⇒ ::Array[::String]
Returns the value of attribute target_path.
6339 6340 6341 |
# File 'sig/types.rbs', line 6339 def target_path @target_path end |