AppsListData
public struct AppsListData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of applications in the AWS Firewall Manager applications list.
Declaration
Swift
public let appsList: [App]
-
The time that the AWS Firewall Manager applications list was created.
Declaration
Swift
public let createTime: TimeStamp?
-
The time that the AWS Firewall Manager applications list was last updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp?
-
The ID of the AWS Firewall Manager applications list.
Declaration
Swift
public let listId: String?
-
The name of the AWS Firewall Manager applications list.
Declaration
Swift
public let listName: String
-
A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.
Declaration
Swift
public let listUpdateToken: String?
-
A map of previous version numbers to their corresponding App object arrays.
Declaration
Swift
public let previousAppsList: [String : [App]]?
-
Declaration
Swift
public func validate(name: String) throws