Method: Aws::CloudSearch::Types::DescribeExpressionsResponse#expressions
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
#expressions ⇒ Array<Types::ExpressionStatus>
The expressions configured for the domain.
833 834 835 836 837 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 833 class DescribeExpressionsResponse < Struct.new( :expressions) SENSITIVE = [] include Aws::Structure end |