Class: Aws::Types::GuardrailImageCoverage
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailImageCoverage
- 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.
890 891 892 |
# File 'sig/types.rbs', line 890 def guarded @guarded end |
#total ⇒ ::Integer
Returns the value of attribute total.
891 892 893 |
# File 'sig/types.rbs', line 891 def total @total end |