Class: Aws::OpenSearchService::Types::ListDomainNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListDomainNamesResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/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.
3333 3334 3335 3336 3337 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3333 class ListDomainNamesResponse < Struct.new( :domain_names) SENSITIVE = [] include Aws::Structure end |