ListDomainsResponse

public struct ListDomainsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the domains.

    Declaration

    Swift

    public let domains: [DomainSummary]?
  • The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(domains: [DomainSummary]? = nil, nextToken: String? = nil)