Class: Aws::ElasticsearchService::Types::ListDomainNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListDomainNamesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result 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>
List of domain names and respective engine types.
Instance Attribute Details
#domain_names ⇒ Array<Types::DomainInfo>
List of domain names and respective engine types.
2868 2869 2870 2871 2872 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2868 class ListDomainNamesResponse < Struct.new( :domain_names) SENSITIVE = [] include Aws::Structure end |