DeleteSiteRequest
public struct DeleteSiteRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
The ID of the site.
Declaration
Swift
public let siteId: String
-
Undocumented
Declaration
Swift
public init(globalNetworkId: String, siteId: String)