Class: Aws::Types::Trigger

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"activate", ...

Returns the value of attribute action.

Returns:

  • ("activate", "deactivate", "postRecovery")


784
785
786
# File 'sig/types.rbs', line 784

def action
  @action
end

#conditions::Array[Types::TriggerCondition]

Returns the value of attribute conditions.

Returns:



785
786
787
# File 'sig/types.rbs', line 785

def conditions
  @conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def description
  @description
end

#min_delay_minutes_between_executions::Integer

Returns the value of attribute min_delay_minutes_between_executions.

Returns:

  • (::Integer)


786
787
788
# File 'sig/types.rbs', line 786

def min_delay_minutes_between_executions
  @min_delay_minutes_between_executions
end

#target_region::String

Returns the value of attribute target_region.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def target_region
  @target_region
end