Method: Aws::CloudSearch::Types::DescribeExpressionsResponse#expressions

Defined in:
lib/aws-sdk-cloudsearch/types.rb

#expressionsArray<Types::ExpressionStatus>

The expressions configured for the domain.

Returns:



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

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