Class: Aws::Types::SyntheticDataColumnProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


3136
3137
3138
# File 'sig/types.rbs', line 3136

def column_name
  @column_name
end

#column_type"CATEGORICAL", "NUMERICAL"

Returns the value of attribute column_type.

Returns:

  • ("CATEGORICAL", "NUMERICAL")


3137
3138
3139
# File 'sig/types.rbs', line 3137

def column_type
  @column_type
end

#is_predictive_valueBoolean

Returns the value of attribute is_predictive_value.

Returns:

  • (Boolean)


3138
3139
3140
# File 'sig/types.rbs', line 3138

def is_predictive_value
  @is_predictive_value
end