Class: Aws::Types::ConditionBasedSignalFetchConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:condition_expression])

Instance Attribute Summary collapse

Instance Attribute Details

#condition_expression ⇒ ::String

Returns the value of attribute condition_expression.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def condition_expression
  @condition_expression
end

#trigger_mode ⇒ "ALWAYS", "RISING_EDGE"

Returns the value of attribute trigger_mode.

Returns:

  • ("ALWAYS", "RISING_EDGE")


154
155
156
# File 'sig/types.rbs', line 154

def trigger_mode
  @trigger_mode
end