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.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def filled_path @filled_path end |
#imputed_path ⇒ ::String
Returns the value of attribute imputed_path.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def imputed_path @imputed_path end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def name @name end |