ProtocolsListDataSummary
public struct ProtocolsListDataSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the specified protocols list.
Declaration
Swift
public let listArn: String?
-
The ID of the specified protocols list.
Declaration
Swift
public let listId: String?
-
The name of the specified protocols list.
Declaration
Swift
public let listName: String?
-
An array of protocols in the AWS Firewall Manager protocols list.
Declaration
Swift
public let protocolsList: [String]?
-
Undocumented
Declaration
Swift
public init(listArn: String? = nil, listId: String? = nil, listName: String? = nil, protocolsList: [String]? = nil)