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:



7822
7823
7824
# File 'sig/types.rbs', line 7822

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7820
7821
7822
# File 'sig/types.rbs', line 7820

def description
  @description
end

#event_batching_conditionTypes::EventBatchingCondition

Returns the value of attribute event_batching_condition.



7824
7825
7826
# File 'sig/types.rbs', line 7824

def event_batching_condition
  @event_batching_condition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7819
7820
7821
# File 'sig/types.rbs', line 7819

def name
  @name
end

#predicateTypes::Predicate

Returns the value of attribute predicate.

Returns:



7823
7824
7825
# File 'sig/types.rbs', line 7823

def predicate
  @predicate
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7821
7822
7823
# File 'sig/types.rbs', line 7821

def schedule
  @schedule
end