Class: Aws::OpenSearchService::Types::DescribeDomainsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Contains the status of the specified domains or all domains owned by the account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_status_listArray<Types::DomainStatus>

The status of the requested domains.

Returns:



2175
2176
2177
2178
2179
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2175

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