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:



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

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#event_batching_conditionTypes::EventBatchingCondition

Returns the value of attribute event_batching_condition.



1829
1830
1831
# File 'sig/types.rbs', line 1829

def event_batching_condition
  @event_batching_condition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#predicateTypes::Predicate

Returns the value of attribute predicate.

Returns:



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

def predicate
  @predicate
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


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

def schedule
  @schedule
end

#start_on_creationBoolean

Returns the value of attribute start_on_creation.

Returns:

  • (Boolean)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def start_on_creation
  @start_on_creation
end

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

Returns the value of attribute tags.

Returns:

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


1828
1829
1830
# File 'sig/types.rbs', line 1828

def tags
  @tags
end

#type"SCHEDULED", ...

Returns the value of attribute type.

Returns:

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


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

def type
  @type
end

#workflow_name::String

Returns the value of attribute workflow_name.

Returns:

  • (::String)


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

def workflow_name
  @workflow_name
end