Class: Aws::Types::GuardrailTextCharactersCoverage
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailTextCharactersCoverage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#guarded ⇒ ::Integer
Returns the value of attribute guarded.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#guarded ⇒ ::Integer
Returns the value of attribute guarded.
964 965 966 |
# File 'sig/types.rbs', line 964 def guarded @guarded end |
#total ⇒ ::Integer
Returns the value of attribute total.
965 966 967 |
# File 'sig/types.rbs', line 965 def total @total end |