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)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def column_name
  @column_name
end

#column_type"CATEGORICAL", "NUMERICAL"

Returns the value of attribute column_type.

Returns:

  • ("CATEGORICAL", "NUMERICAL")


1335
1336
1337
# File 'sig/types.rbs', line 1335

def column_type
  @column_type
end

#is_predictive_valueBoolean

Returns the value of attribute is_predictive_value.

Returns:

  • (Boolean)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def is_predictive_value
  @is_predictive_value
end