ListResourcesForWebACLRequest

public struct ListResourcesForWebACLRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of resource to list, either an application load balancer or Amazon API Gateway.

    Declaration

    Swift

    public let resourceType: ResourceType?
  • The unique identifier (ID) of the web ACL for which to list the associated resources.

    Declaration

    Swift

    public let webACLId: String
  • Undocumented

    Declaration

    Swift

    public init(resourceType: ResourceType? = nil, webACLId: String)
  • Declaration

    Swift

    public func validate(name: String) throws