Class: Aws::ElasticsearchService::Types::ListDomainNamesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListDomainNamesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for the parameters to the ‘ListDomainNames` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_type ⇒ String
Optional parameter to filter the output by domain engine type.
Instance Attribute Details
#engine_type ⇒ String
Optional parameter to filter the output by domain engine type. Acceptable values are ‘Elasticsearch’ and ‘OpenSearch’.
2855 2856 2857 2858 2859 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2855 class ListDomainNamesRequest < Struct.new( :engine_type) SENSITIVE = [] include Aws::Structure end |