Class: Aws::CloudSearch::Types::DescribeDomainsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudsearch/types.rb

Overview

The result of a ‘DescribeDomains` request. Contains the status of the domains specified in the request or all domains owned by the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_status_listArray<Types::DomainStatus>

A list that contains the status of each requested domain.

Returns:



792
793
794
795
796
# File 'lib/aws-sdk-cloudsearch/types.rb', line 792

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