Class: Aws::Types::ConditionBasedCollectionScheme

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:expression])

Instance Attribute Summary collapse

Instance Attribute Details

#condition_language_version ⇒ ::Integer

Returns the value of attribute condition_language_version.

Returns:

  • (::Integer)


148
149
150
# File 'sig/types.rbs', line 148

def condition_language_version
  @condition_language_version
end

#expression ⇒ ::String

Returns the value of attribute expression.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def expression
  @expression
end

#minimum_trigger_interval_ms ⇒ ::Integer

Returns the value of attribute minimum_trigger_interval_ms.

Returns:

  • (::Integer)


146
147
148
# File 'sig/types.rbs', line 146

def minimum_trigger_interval_ms
  @minimum_trigger_interval_ms
end

#trigger_mode ⇒ "ALWAYS", "RISING_EDGE"

Returns the value of attribute trigger_mode.

Returns:

  • ("ALWAYS", "RISING_EDGE")


147
148
149
# File 'sig/types.rbs', line 147

def trigger_mode
  @trigger_mode
end