Class: Aws::Types::LabelSchema
- Inherits:
-
Object
- Object
- Aws::Types::LabelSchema
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_mapper ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute label_mapper.
-
#unlabeled_events_treatment ⇒ "IGNORE", ...
Returns the value of attribute unlabeled_events_treatment.
Instance Attribute Details
#label_mapper ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute label_mapper.
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.
936 937 938 |
# File 'sig/types.rbs', line 936 def unlabeled_events_treatment @unlabeled_events_treatment end |