Class: Aws::Types::CreateRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expression::String

Returns the value of attribute cron_expression.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def cron_expression
  @cron_expression
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


50
51
52
# File 'sig/types.rbs', line 50

def interval
  @interval
end

#interval_unit"HOURS"

Returns the value of attribute interval_unit.

Returns:

  • ("HOURS")


51
52
53
# File 'sig/types.rbs', line 51

def interval_unit
  @interval_unit
end

#location"CLOUD", ...

Returns the value of attribute location.

Returns:

  • ("CLOUD", "OUTPOST_LOCAL", "LOCAL_ZONE")


49
50
51
# File 'sig/types.rbs', line 49

def location
  @location
end

#scripts::Array[Types::Script]

Returns the value of attribute scripts.

Returns:



54
55
56
# File 'sig/types.rbs', line 54

def scripts
  @scripts
end

#times::Array[::String]

Returns the value of attribute times.

Returns:

  • (::Array[::String])


52
53
54
# File 'sig/types.rbs', line 52

def times
  @times
end