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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 412

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