GetAppsListRequest

public struct GetAppsListRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether the list to retrieve is a default list owned by AWS Firewall Manager.

    Declaration

    Swift

    public let defaultList: Bool?
  • The ID of the AWS Firewall Manager applications list that you want the details for.

    Declaration

    Swift

    public let listId: String
  • Undocumented

    Declaration

    Swift

    public init(defaultList: Bool? = nil, listId: String)
  • Declaration

    Swift

    public func validate(name: String) throws