Method: Aws::Chatbot::Types::CustomActionAttachment#variables

Defined in:
lib/aws-sdk-chatbot/types.rb

#variablesHash<String,String>

The variables to extract from the notification.

Returns:

  • (Hash<String,String>)


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