ListDomainsResponse

public struct ListDomainsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A summary of domains.

    Declaration

    Swift

    public let domains: [DomainSummary]
  • If there are more domains than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

    Declaration

    Swift

    public let nextPageMarker: String?
  • Undocumented

    Declaration

    Swift

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