class Aws::CloudSearch::Types::DescribeDomainsRequest

Container for the parameters to the `DescribeDomains` operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.

@note When making an API call, you may pass DescribeDomainsRequest

data as a hash:

    {
      domain_names: ["DomainName"],
    }

@!attribute [rw] domain_names

The names of the domains you want to include in the response.
@return [Array<String>]

Constants

SENSITIVE