Class: Aws::Types::UpdateEventTriggerResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventTriggerResponse
- 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.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
2910 2911 2912 |
# File 'sig/types.rbs', line 2910 def description @description end |
#event_trigger_conditions ⇒ ::Array[Types::EventTriggerCondition]
Returns the value of attribute event_trigger_conditions.
2911 2912 2913 |
# File 'sig/types.rbs', line 2911 def event_trigger_conditions @event_trigger_conditions end |
#event_trigger_limits ⇒ Types::EventTriggerLimits
Returns the value of attribute event_trigger_limits.
2913 2914 2915 |
# File 'sig/types.rbs', line 2913 def event_trigger_limits @event_trigger_limits end |
#event_trigger_name ⇒ ::String
Returns the value of attribute event_trigger_name.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def event_trigger_name @event_trigger_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def last_updated_at @last_updated_at end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def object_type_name @object_type_name end |
#segment_filter ⇒ ::String
Returns the value of attribute segment_filter.
2912 2913 2914 |
# File 'sig/types.rbs', line 2912 def segment_filter @segment_filter end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def @tags end |