Class: Aws::Types::CreateEventActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Types::Action
Returns the value of attribute action.
-
#event ⇒ Types::Event
Returns the value of attribute event.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#action ⇒ Types::Action
Returns the value of attribute action.
175 176 177 |
# File 'sig/types.rbs', line 175 def action @action end |
#event ⇒ Types::Event
Returns the value of attribute event.
176 177 178 |
# File 'sig/types.rbs', line 176 def event @event end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
177 178 179 |
# File 'sig/types.rbs', line 177 def @tags end |