Method: Aws::Chatbot::Types::CustomActionAttachment#variables
- Defined in:
- lib/aws-sdk-chatbot/types.rb
#variables ⇒ Hash<String,String>
The variables to extract from the notification.
641 642 643 644 645 646 647 648 |
# File 'lib/aws-sdk-chatbot/types.rb', line 641 class CustomActionAttachment < Struct.new( :notification_type, :button_text, :criteria, :variables) SENSITIVE = [] include Aws::Structure end |