Class: Aws::Chatbot::Types::CustomActionAttachmentCriteria

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

Overview

A criteria for when a button should be shown based on values in the notification

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operatorString

The operation to perform on the named variable.

Returns:

  • (String)


668
669
670
671
672
673
674
# File 'lib/aws-sdk-chatbot/types.rb', line 668

class CustomActionAttachmentCriteria < Struct.new(
  :operator,
  :variable_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

A value that is compared with the actual value of the variable based on the behavior of the operator.

Returns:

  • (String)


668
669
670
671
672
673
674
# File 'lib/aws-sdk-chatbot/types.rb', line 668

class CustomActionAttachmentCriteria < Struct.new(
  :operator,
  :variable_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#variable_nameString

The name of the variable to operate on.

Returns:

  • (String)


668
669
670
671
672
673
674
# File 'lib/aws-sdk-chatbot/types.rb', line 668

class CustomActionAttachmentCriteria < Struct.new(
  :operator,
  :variable_name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end