ListResourcesForWebACLResponse

public struct ListResourcesForWebACLResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.

    Declaration

    Swift

    public let resourceArns: [String]?
  • Undocumented

    Declaration

    Swift

    public init(resourceArns: [String]? = nil)