Class: Aws::CloudSearch::Types::DescribeExpressionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DescribeExpressionsResponse
- Includes:
- Structure
- Defined in:
- 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
-
#expressions ⇒ Array<Types::ExpressionStatus>
The expressions configured for the domain.
Instance Attribute Details
#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 |