Class: Aws::Types::CreateTriggerRequest

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:



1821
1822
1823
# File 'sig/types.rbs', line 1821

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1822
1823
1824
# File 'sig/types.rbs', line 1822

def description
  @description
end

#event_batching_conditionTypes::EventBatchingCondition

Returns the value of attribute event_batching_condition.



1825
1826
1827
# File 'sig/types.rbs', line 1825

def event_batching_condition
  @event_batching_condition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def name
  @name
end

#predicateTypes::Predicate

Returns the value of attribute predicate.

Returns:



1820
1821
1822
# File 'sig/types.rbs', line 1820

def predicate
  @predicate
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


1819
1820
1821
# File 'sig/types.rbs', line 1819

def schedule
  @schedule
end

#start_on_creationBoolean

Returns the value of attribute start_on_creation.

Returns:

  • (Boolean)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def start_on_creation
  @start_on_creation
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1824
1825
1826
# File 'sig/types.rbs', line 1824

def tags
  @tags
end

#type"SCHEDULED", ...

Returns the value of attribute type.

Returns:

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


1818
1819
1820
# File 'sig/types.rbs', line 1818

def type
  @type
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


1817
1818
1819
# File 'sig/types.rbs', line 1817

def workflow_name
  @workflow_name
end