Class: Aws::Types::EventTriggerSummaryItem
- Inherits:
-
Object
- Object
- Aws::Types::EventTriggerSummaryItem
- 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_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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
928 929 930 |
# File 'sig/types.rbs', line 928 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
927 928 929 |
# File 'sig/types.rbs', line 927 def description @description end |
#event_trigger_name ⇒ ::String
Returns the value of attribute event_trigger_name.
926 927 928 |
# File 'sig/types.rbs', line 926 def event_trigger_name @event_trigger_name end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
929 930 931 |
# File 'sig/types.rbs', line 929 def last_updated_at @last_updated_at end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
925 926 927 |
# File 'sig/types.rbs', line 925 def object_type_name @object_type_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
930 931 932 |
# File 'sig/types.rbs', line 930 def @tags end |