AppsListDataSummary
public struct AppsListDataSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of App objects in the AWS Firewall Manager applications list.
Declaration
Swift
public let appsList: [App]? -
The Amazon Resource Name (ARN) of the applications list.
Declaration
Swift
public let listArn: String? -
The ID of the applications list.
Declaration
Swift
public let listId: String? -
The name of the applications list.
Declaration
Swift
public let listName: String? -
Undocumented
Declaration
Swift
public init(appsList: [App]? = nil, listArn: String? = nil, listId: String? = nil, listName: String? = nil)
View on GitHub
AppsListDataSummary Structure Reference