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.
6295 6296 6297 |
# File 'sig/types.rbs', line 6295 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6294 6295 6296 |
# File 'sig/types.rbs', line 6294 def name @name end |
#source_path ⇒ ::Array[::String]
Returns the value of attribute source_path.
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.
6297 6298 6299 |
# File 'sig/types.rbs', line 6297 def target_path @target_path end |