Class: Aws::Types::UpdateEventTriggerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :event_trigger_conditions])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2900
2901
2902
# File 'sig/types.rbs', line 2900

def description
  @description
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2897
2898
2899
# File 'sig/types.rbs', line 2897

def domain_name
  @domain_name
end

#event_trigger_conditions ⇒ ::Array[Types::EventTriggerCondition]

Returns the value of attribute event_trigger_conditions.

Returns:



2901
2902
2903
# File 'sig/types.rbs', line 2901

def event_trigger_conditions
  @event_trigger_conditions
end

#event_trigger_limits ⇒ Types::EventTriggerLimits

Returns the value of attribute event_trigger_limits.



2903
2904
2905
# File 'sig/types.rbs', line 2903

def event_trigger_limits
  @event_trigger_limits
end

#event_trigger_name ⇒ ::String

Returns the value of attribute event_trigger_name.

Returns:

  • (::String)


2898
2899
2900
# File 'sig/types.rbs', line 2898

def event_trigger_name
  @event_trigger_name
end

#object_type_name ⇒ ::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2899
2900
2901
# File 'sig/types.rbs', line 2899

def object_type_name
  @object_type_name
end

#segment_filter ⇒ ::String

Returns the value of attribute segment_filter.

Returns:

  • (::String)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def segment_filter
  @segment_filter
end