PutAppsListRequest
public struct PutAppsListRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of the AWS Firewall Manager applications list to be created.
Declaration
Swift
public let appsList: AppsListData
-
The tags associated with the resource.
Declaration
Swift
public let tagList: [Tag]?
-
Undocumented
Declaration
Swift
public init(appsList: AppsListData, tagList: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws