DescribeDomainsRequest

public struct DescribeDomainsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of the domains you want to include in the response.

    Declaration

    Swift

    public let domainNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(domainNames: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws