Class: Aws::Types::SuppressionPeriod
- Inherits:
-
Object
- Object
- Aws::Types::SuppressionPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#suppression_unit ⇒ "SECONDS", ...
Returns the value of attribute suppression_unit.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#suppression_unit ⇒ "SECONDS", ...
Returns the value of attribute suppression_unit.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def suppression_unit @suppression_unit end |
#value ⇒ ::Integer
Returns the value of attribute value.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def value @value end |