UpdateSiteRequest
public struct UpdateSiteRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of your site. Length Constraints: Maximum length of 256 characters.
Declaration
Swift
public let description: String?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
The site location: Address: The physical address of the site. Latitude: The latitude of the site. Longitude: The longitude of the site.
Declaration
Swift
public let location: Location?
-
The ID of your site.
Declaration
Swift
public let siteId: String
-
Undocumented
Declaration
Swift
public init(description: String? = nil, globalNetworkId: String, location: Location? = nil, siteId: String)