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

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

Instance Attribute Details

#domain_namesArray<String>

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

Returns:

  • (Array<String>)


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