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)


3060
3061
3062
3063
3064
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3060

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