Class: Aws::Types::CreateEventTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventTriggerRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
406 407 408 |
# File 'sig/types.rbs', line 406 def description @description end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
403 404 405 |
# File 'sig/types.rbs', line 403 def domain_name @domain_name end |
#event_trigger_conditions ⇒ ::Array[Types::EventTriggerCondition]
Returns the value of attribute event_trigger_conditions.
407 408 409 |
# File 'sig/types.rbs', line 407 def event_trigger_conditions @event_trigger_conditions end |
#event_trigger_limits ⇒ Types::EventTriggerLimits
Returns the value of attribute event_trigger_limits.
409 410 411 |
# File 'sig/types.rbs', line 409 def event_trigger_limits @event_trigger_limits end |
#event_trigger_name ⇒ ::String
Returns the value of attribute event_trigger_name.
404 405 406 |
# File 'sig/types.rbs', line 404 def event_trigger_name @event_trigger_name end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
405 406 407 |
# File 'sig/types.rbs', line 405 def object_type_name @object_type_name end |
#segment_filter ⇒ ::String
Returns the value of attribute segment_filter.
408 409 410 |
# File 'sig/types.rbs', line 408 def segment_filter @segment_filter end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
410 411 412 |
# File 'sig/types.rbs', line 410 def @tags end |