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)


3091
3092
3093
# File 'sig/types.rbs', line 3091

def filled_path
  @filled_path
end

#imputed_path::String

Returns the value of attribute imputed_path.

Returns:

  • (::String)


3090
3091
3092
# File 'sig/types.rbs', line 3090

def imputed_path
  @imputed_path
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


3089
3090
3091
# File 'sig/types.rbs', line 3089

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3088
3089
3090
# File 'sig/types.rbs', line 3088

def name
  @name
end