Class: Aws::Types::PeriodicScanConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PeriodicScanConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frequency ⇒ "WEEKLY", ...
Returns the value of attribute frequency.
-
#frequency_expression ⇒ ::String
Returns the value of attribute frequency_expression.
Instance Attribute Details
#frequency ⇒ "WEEKLY", ...
Returns the value of attribute frequency.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def frequency @frequency end |
#frequency_expression ⇒ ::String
Returns the value of attribute frequency_expression.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def frequency_expression @frequency_expression end |