Class: Aws::LexModelsV2::Types::Condition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#expression_stringString

The expression string that is evaluated.

Returns:

  • (String)


3023
3024
3025
3026
3027
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 3023

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