Class: Aws::Types::PeriodicScanConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frequency"WEEKLY", ...

Returns the value of attribute frequency.

Returns:

  • ("WEEKLY", "MONTHLY", "NEVER")


2280
2281
2282
# File 'sig/types.rbs', line 2280

def frequency
  @frequency
end

#frequency_expression::String

Returns the value of attribute frequency_expression.

Returns:

  • (::String)


2281
2282
2283
# File 'sig/types.rbs', line 2281

def frequency_expression
  @frequency_expression
end