Class: Aws::OpenSearchService::Types::ListDomainNamesResponse

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

Overview

The results of a ListDomainNames operation. Contains the names of all domains owned by this account and their respective engine types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_namesArray<Types::DomainInfo>

The names of all OpenSearch Service domains owned by the current user and their respective engine types.

Returns:



4072
4073
4074
4075
4076
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4072

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