Class: Aws::Chatbot::Types::CustomActionDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chatbot/types.rb

Overview

The definition of the command to run when invoked as an alias or as an action button.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#command_textString

The command string to run which may include variables by prefixing with a dollar sign ($).

Returns:

  • (String)


686
687
688
689
690
# File 'lib/aws-sdk-chatbot/types.rb', line 686

class CustomActionDefinition < Struct.new(
  :command_text)
  SENSITIVE = []
  include Aws::Structure
end