Class: Aws::Types::UpdateEventTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventTriggerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#event_trigger_conditions ⇒ ::Array[Types::EventTriggerCondition]
Returns the value of attribute event_trigger_conditions.
-
#event_trigger_limits ⇒ Types::EventTriggerLimits
Returns the value of attribute event_trigger_limits.
-
#event_trigger_name ⇒ ::String
Returns the value of attribute event_trigger_name.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
-
#segment_filter ⇒ ::String
Returns the value of attribute segment_filter.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2869 2870 2871 |
# File 'sig/types.rbs', line 2869 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
2870 2871 2872 |
# File 'sig/types.rbs', line 2870 def event_trigger_conditions @event_trigger_conditions end |
#event_trigger_limits ⇒ Types::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.
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.
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.
2871 2872 2873 |
# File 'sig/types.rbs', line 2871 def segment_filter @segment_filter end |