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]]?
  • Undocumented

    Declaration

    Swift

    public init(appsList: [App], createTime: TimeStamp? = nil, lastUpdateTime: TimeStamp? = nil, listId: String? = nil, listName: String, listUpdateToken: String? = nil, previousAppsList: [String : [App]]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws