Class: Aws::OpenSearchService::Types::ListDomainNamesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListDomainNamesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the parameters to the ‘ListDomainNames` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#engine_type ⇒ String
Filters the output by domain engine type.
Instance Attribute Details
#engine_type ⇒ String
Filters the output by domain engine type.
5122 5123 5124 5125 5126 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5122 class ListDomainNamesRequest < Struct.new( :engine_type) SENSITIVE = [] include Aws::Structure end |