Class: Aws::CloudSearch::Types::DefineExpressionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DefineExpressionResponse
- 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
-
#expression ⇒ Types::ExpressionStatus
The value of an ‘Expression` and its current status.
Instance Attribute Details
#expression ⇒ Types::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 |