Class: Aws::Types::ModerationLabel
- Inherits:
-
Object
- Object
- Aws::Types::ModerationLabel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_name ⇒ ::String
Returns the value of attribute parent_name.
-
#taxonomy_level ⇒ ::Integer
Returns the value of attribute taxonomy_level.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def confidence @confidence end |
#name ⇒ ::String
Returns the value of attribute name.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def name @name end |
#parent_name ⇒ ::String
Returns the value of attribute parent_name.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def parent_name @parent_name end |
#taxonomy_level ⇒ ::Integer
Returns the value of attribute taxonomy_level.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def taxonomy_level @taxonomy_level end |