Class: Aws::CloudSearch::Types::DescribeDomainsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::DescribeDomainsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_names ⇒ Array<String>
The names of the domains you want to include in the response.
Instance Attribute Details
#domain_names ⇒ Array<String>
The names of the domains you want to include in the response.
779 780 781 782 783 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 779 class DescribeDomainsRequest < Struct.new( :domain_names) SENSITIVE = [] include Aws::Structure end |