Class: Aws::Types::FillMissingValues
- Inherits:
-
Object
- Object
- Aws::Types::FillMissingValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filled_path ⇒ ::String
Returns the value of attribute filled_path.
-
#imputed_path ⇒ ::String
Returns the value of attribute imputed_path.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#filled_path ⇒ ::String
Returns the value of attribute filled_path.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def filled_path @filled_path end |
#imputed_path ⇒ ::String
Returns the value of attribute imputed_path.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def imputed_path @imputed_path end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def name @name end |