Class: Aws::CloudSearch::Types::DeleteExpressionResponse

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

Overview

The result of a ‘DeleteExpression` request. Specifies the expression being deleted.

Instance Attribute Summary collapse

Instance Attribute Details

#expressionTypes::ExpressionStatus

The status of the expression being deleted.



763
764
765
766
# File 'lib/aws-sdk-cloudsearch/types.rb', line 763

class DeleteExpressionResponse < Struct.new(
  :expression)
  include Aws::Structure
end