Site
public struct Site : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time that the site was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The description of the site.
Declaration
Swift
public let description: String?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String?
-
The location of the site.
Declaration
Swift
public let location: Location?
-
The Amazon Resource Name (ARN) of the site.
Declaration
Swift
public let siteArn: String?
-
The ID of the site.
Declaration
Swift
public let siteId: String?
-
The state of the site.
Declaration
Swift
public let state: SiteState?
-
The tags for the site.
Declaration
Swift
public let tags: [Tag]?