Class: Aws::Types::LabelSchema

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#label_mapper::Hash[::String, ::Array[::String]]

Returns the value of attribute label_mapper.

Returns:

  • (::Hash[::String, ::Array[::String]])


935
936
937
# File 'sig/types.rbs', line 935

def label_mapper
  @label_mapper
end

#unlabeled_events_treatment"IGNORE", ...

Returns the value of attribute unlabeled_events_treatment.

Returns:

  • ("IGNORE", "FRAUD", "LEGIT", "AUTO")


936
937
938
# File 'sig/types.rbs', line 936

def unlabeled_events_treatment
  @unlabeled_events_treatment
end