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:



7835
7836
7837
# File 'sig/types.rbs', line 7835

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7833
7834
7835
# File 'sig/types.rbs', line 7833

def description
  @description
end

#event_batching_conditionTypes::EventBatchingCondition

Returns the value of attribute event_batching_condition.



7837
7838
7839
# File 'sig/types.rbs', line 7837

def event_batching_condition
  @event_batching_condition
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7830
7831
7832
# File 'sig/types.rbs', line 7830

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7828
7829
7830
# File 'sig/types.rbs', line 7828

def name
  @name
end

#predicateTypes::Predicate

Returns the value of attribute predicate.

Returns:



7836
7837
7838
# File 'sig/types.rbs', line 7836

def predicate
  @predicate
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7834
7835
7836
# File 'sig/types.rbs', line 7834

def schedule
  @schedule
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

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


7832
7833
7834
# File 'sig/types.rbs', line 7832

def state
  @state
end

#type"SCHEDULED", ...

Returns the value of attribute type.

Returns:

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


7831
7832
7833
# File 'sig/types.rbs', line 7831

def type
  @type
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


7829
7830
7831
# File 'sig/types.rbs', line 7829

def workflow_name
  @workflow_name
end