Class: Aws::Types::CreateEventTriggerResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventTriggerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
421 422 423 |
# File 'sig/types.rbs', line 421 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
417 418 419 |
# File 'sig/types.rbs', line 417 def description @description end |
#event_trigger_conditions ⇒ ::Array[Types::EventTriggerCondition]
Returns the value of attribute event_trigger_conditions.
418 419 420 |
# File 'sig/types.rbs', line 418 def event_trigger_conditions @event_trigger_conditions end |
#event_trigger_limits ⇒ Types::EventTriggerLimits
Returns the value of attribute event_trigger_limits.
420 421 422 |
# File 'sig/types.rbs', line 420 def event_trigger_limits @event_trigger_limits end |
#event_trigger_name ⇒ ::String
Returns the value of attribute event_trigger_name.
415 416 417 |
# File 'sig/types.rbs', line 415 def event_trigger_name @event_trigger_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
422 423 424 |
# File 'sig/types.rbs', line 422 def last_updated_at @last_updated_at end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
416 417 418 |
# File 'sig/types.rbs', line 416 def object_type_name @object_type_name end |
#segment_filter ⇒ ::String
Returns the value of attribute segment_filter.
419 420 421 |
# File 'sig/types.rbs', line 419 def segment_filter @segment_filter end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
423 424 425 |
# File 'sig/types.rbs', line 423 def @tags end |