Class: Aws::Types::ComponentEvent
- Inherits:
-
Object
- Object
- Aws::Types::ComponentEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#binding_event ⇒ ::String
Returns the value of attribute binding_event.
-
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
216 217 218 |
# File 'sig/types.rbs', line 216 def action @action end |
#binding_event ⇒ ::String
Returns the value of attribute binding_event.
218 219 220 |
# File 'sig/types.rbs', line 218 def binding_event @binding_event end |
#parameters ⇒ Types::ActionParameters
Returns the value of attribute parameters.
217 218 219 |
# File 'sig/types.rbs', line 217 def parameters @parameters end |