Class: Aws::ElasticsearchService::Types::ListDomainNamesRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#engine_typeString

Optional parameter to filter the output by domain engine type. Acceptable values are ‘Elasticsearch’ and ‘OpenSearch’.

Returns:

  • (String)


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