Class: Aws::CloudSearch::Types::ListDomainNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::ListDomainNamesResponse
- Defined in:
- gems/aws-sdk-cloudsearch/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.
2107 2108 2109 2110 2111 |
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 2107 class ListDomainNamesResponse < Struct.new( :domain_names) SENSITIVE = [] include Aws::Structure end |