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.
2900 2901 2902 |
# File 'sig/types.rbs', line 2900 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
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.
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.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def segment_filter @segment_filter end |