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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2527
2528
2529
2530
2531
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2527

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