GetAppsListResponse
public struct GetAppsListResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the specified AWS Firewall Manager applications list.
Declaration
Swift
public let appsList: AppsListData? -
The Amazon Resource Name (ARN) of the applications list.
Declaration
Swift
public let appsListArn: String? -
Undocumented
Declaration
Swift
public init(appsList: AppsListData? = nil, appsListArn: String? = nil)
View on GitHub
GetAppsListResponse Structure Reference