Class: Aws::CloudSearch::Types::ListDomainNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::ListDomainNamesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The result of a ‘ListDomainNames` request. Contains a list of the domains owned by an account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_names ⇒ Hash<String,String>
The names of the search domains owned by an account.
Instance Attribute Details
#domain_names ⇒ Hash<String,String>
The names of the search domains owned by an account.
1612 1613 1614 1615 1616 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1612 class ListDomainNamesResponse < Struct.new( :domain_names) SENSITIVE = [] include Aws::Structure end |