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

#actions::Array[Types::Action]

Returns the value of attribute actions.

Returns:



7765
7766
7767
# File 'sig/types.rbs', line 7765

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7763
7764
7765
# File 'sig/types.rbs', line 7763

def description
  @description
end

#event_batching_conditionTypes::EventBatchingCondition

Returns the value of attribute event_batching_condition.



7767
7768
7769
# File 'sig/types.rbs', line 7767

def event_batching_condition
  @event_batching_condition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7760
7761
7762
# File 'sig/types.rbs', line 7760

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7758
7759
7760
# File 'sig/types.rbs', line 7758

def name
  @name
end

#predicateTypes::Predicate

Returns the value of attribute predicate.

Returns:



7766
7767
7768
# File 'sig/types.rbs', line 7766

def predicate
  @predicate
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7764
7765
7766
# File 'sig/types.rbs', line 7764

def schedule
  @schedule
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "ACTIVATING", "ACTIVATED", "DEACTIVATING", "DEACTIVATED", "DELETING", "UPDATING")


7762
7763
7764
# File 'sig/types.rbs', line 7762

def state
  @state
end

#type"SCHEDULED", ...

Returns the value of attribute type.

Returns:

  • ("SCHEDULED", "CONDITIONAL", "ON_DEMAND", "EVENT")


7761
7762
7763
# File 'sig/types.rbs', line 7761

def type
  @type
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


7759
7760
7761
# File 'sig/types.rbs', line 7759

def workflow_name
  @workflow_name
end