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)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def description
  @description
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2866
2867
2868
# File 'sig/types.rbs', line 2866

def domain_name
  @domain_name
end

#event_trigger_conditions::Array[Types::EventTriggerCondition]

Returns the value of attribute event_trigger_conditions.

Returns:



2870
2871
2872
# File 'sig/types.rbs', line 2870

def event_trigger_conditions
  @event_trigger_conditions
end

#event_trigger_limitsTypes::EventTriggerLimits

Returns the value of attribute event_trigger_limits.



2872
2873
2874
# File 'sig/types.rbs', line 2872

def event_trigger_limits
  @event_trigger_limits
end

#event_trigger_name::String

Returns the value of attribute event_trigger_name.

Returns:

  • (::String)


2867
2868
2869
# File 'sig/types.rbs', line 2867

def event_trigger_name
  @event_trigger_name
end

#object_type_name::String

Returns the value of attribute object_type_name.

Returns:

  • (::String)


2868
2869
2870
# File 'sig/types.rbs', line 2868

def object_type_name
  @object_type_name
end

#segment_filter::String

Returns the value of attribute segment_filter.

Returns:

  • (::String)


2871
2872
2873
# File 'sig/types.rbs', line 2871

def segment_filter
  @segment_filter
end