Class: Aws::Types::TriggerUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::Action]

Returns the value of attribute actions.

Returns:



7812
7813
7814
# File 'sig/types.rbs', line 7812

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7810
7811
7812
# File 'sig/types.rbs', line 7810

def description
  @description
end

#event_batching_conditionTypes::EventBatchingCondition

Returns the value of attribute event_batching_condition.



7814
7815
7816
# File 'sig/types.rbs', line 7814

def event_batching_condition
  @event_batching_condition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7809
7810
7811
# File 'sig/types.rbs', line 7809

def name
  @name
end

#predicateTypes::Predicate

Returns the value of attribute predicate.

Returns:



7813
7814
7815
# File 'sig/types.rbs', line 7813

def predicate
  @predicate
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7811
7812
7813
# File 'sig/types.rbs', line 7811

def schedule
  @schedule
end