Class: Aws::Types::FillMissingValues

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filled_path::String

Returns the value of attribute filled_path.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3080
3081
3082
# File 'sig/types.rbs', line 3080

def imputed_path
  @imputed_path
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


3079
3080
3081
# File 'sig/types.rbs', line 3079

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3078
3079
3080
# File 'sig/types.rbs', line 3078

def name
  @name
end