Class: Aws::CloudSearch::Types::DescribeExpressionsResponse

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

Overview

The result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expressionsArray<Types::ExpressionStatus>

The expressions configured for the domain.

Returns:



833
834
835
836
837
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 833

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