Class: Aws::LexModelsV2::Types::Condition
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::Condition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Provides an expression that evaluates to true or false.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#expression_string ⇒ String
The expression string that is evaluated.
Instance Attribute Details
#expression_string ⇒ String
The expression string that is evaluated.
3049 3050 3051 3052 3053 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3049 class Condition < Struct.new( :expression_string) SENSITIVE = [] include Aws::Structure end |