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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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)


2950
2951
2952
2953
2954
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2950

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