You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudSearch::Types::DescribeDomainsRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeDomainsRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain_names: ["DomainName"],
}

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.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_namesArray<String>

The names of the domains you want to include in the response.

Returns:

  • (Array<String>)

    The names of the domains you want to include in the response.