Class: Aws::Chatbot::Types::CustomActionAttachmentCriteria
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chatbot::Types::CustomActionAttachmentCriteria
- 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
-
#operator ⇒ String
The operation to perform on the named variable.
-
#value ⇒ String
A value that is compared with the actual value of the variable based on the behavior of the operator.
-
#variable_name ⇒ String
The name of the variable to operate on.
Instance Attribute Details
#operator ⇒ String
The operation to perform on the named variable.
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 |
#value ⇒ String
A value that is compared with the actual value of the variable based on the behavior of the operator.
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_name ⇒ String
The name of the variable to operate on.
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 |