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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudsearch/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 'gems/aws-sdk-cloudsearch/lib/aws-sdk-cloudsearch/types.rb', line 779

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