Method: Aws::Binary::EventBuilder#apply
- Defined in:
- lib/aws-sdk-core/binary/event_builder.rb
#apply(event_type, params) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 18 19 20 |
# File 'lib/aws-sdk-core/binary/event_builder.rb', line 17 def apply(event_type, params) event_ref = @rules.shape.member(event_type) (event_ref, params) end |