ListDomainsResponse
public struct ListDomainsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The list of domains.
Declaration
Swift
public let domains: [DomainDetails]? -
If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(domains: [DomainDetails]? = nil, nextToken: String? = nil)
View on GitHub
ListDomainsResponse Structure Reference