PutAppsListResponse
public struct PutAppsListResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of the 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)