Class: Aws::OpenSearchService::Types::ListDomainNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListDomainNamesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The results of a ‘ListDomainNames` operation. Contains the names of all domains owned by this account and their respective engine types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_names ⇒ Array<Types::DomainInfo>
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
Instance Attribute Details
#domain_names ⇒ Array<Types::DomainInfo>
The names of all OpenSearch Service domains owned by the current user and their respective engine types.
4897 4898 4899 4900 4901 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4897 class ListDomainNamesResponse < Struct.new( :domain_names) SENSITIVE = [] include Aws::Structure end |