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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionTypes::ExpressionStatus

The status of the expression being deleted.



582
583
584
585
586
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 582

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