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