Class: Aws::CloudSearch::Types::DefineExpressionResponse

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

Overview

The result of a ‘DefineExpression` request. Contains the status of the newly-configured expression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionTypes::ExpressionStatus

The value of an ‘Expression` and its current status.



412
413
414
415
416
# File 'lib/aws-sdk-cloudsearch/types.rb', line 412

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