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:



2158
2159
2160
2161
2162
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2158

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