GetSitesResponse
public struct GetSitesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
The sites.
Declaration
Swift
public let sites: [Site]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, sites: [Site]? = nil)