Class: Aws::Types::GetEventTriggerResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventTriggerResponse
- 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.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def description @description end |
#event_trigger_conditions ⇒ ::Array[Types::EventTriggerCondition]
Returns the value of attribute event_trigger_conditions.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def event_trigger_conditions @event_trigger_conditions end |
#event_trigger_limits ⇒ Types::EventTriggerLimits
Returns the value of attribute event_trigger_limits.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def event_trigger_limits @event_trigger_limits end |
#event_trigger_name ⇒ ::String
Returns the value of attribute event_trigger_name.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def event_trigger_name @event_trigger_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def last_updated_at @last_updated_at end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def object_type_name @object_type_name end |
#segment_filter ⇒ ::String
Returns the value of attribute segment_filter.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def segment_filter @segment_filter end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def @tags end |