Class: Aws::CloudSearch::Types::ListDomainNamesResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_namesHash<String,String>

The names of the search domains owned by an account.

Returns:

  • (Hash<String,String>)


1612
1613
1614
1615
1616
# File 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 1612

class ListDomainNamesResponse < Struct.new(
  :domain_names)
  SENSITIVE = []
  include Aws::Structure
end