Class: Aws::Types::ToxicContent
- Inherits:
-
Object
- Object
- Aws::Types::ToxicContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "GRAPHIC", ...
Returns the value of attribute name.
-
#score ⇒ ::Float
Returns the value of attribute score.
Instance Attribute Details
#name ⇒ "GRAPHIC", ...
Returns the value of attribute name.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def name @name end |
#score ⇒ ::Float
Returns the value of attribute score.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def score @score end |