Class: Aws::CloudSearch::Types::DeleteExpressionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DeleteExpressionResponse
- Includes:
- Structure
- Defined in:
- 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
-
#expression ⇒ Types::ExpressionStatus
The status of the expression being deleted.
Instance Attribute Details
#expression ⇒ Types::ExpressionStatus
The status of the expression being deleted.
582 583 584 585 586 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 582 class DeleteExpressionResponse < Struct.new( :expression) SENSITIVE = [] include Aws::Structure end |