ListDomainNamesResponse
public struct ListDomainNamesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of Elasticsearch domain names.
Declaration
Swift
public let domainNames: [DomainInfo]? -
Undocumented
Declaration
Swift
public init(domainNames: [DomainInfo]? = nil)
View on GitHub
ListDomainNamesResponse Structure Reference