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)


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.

Returns:

  • (::String)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def imputed_path
  @imputed_path
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


3073
3074
3075
# File 'sig/types.rbs', line 3073

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3072
3073
3074
# File 'sig/types.rbs', line 3072

def name
  @name
end