ListDomainsResult

public struct ListDomainsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The returned list of DomainSummary objects.

    Declaration

    Swift

    public let domains: [DomainSummary]?
  • The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

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