ListResourcesForWebACLResponse

public struct ListResourcesForWebACLResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The array of Amazon Resource Names (ARNs) of the associated resources.

    Declaration

    Swift

    public let resourceArns: [String]?
  • Undocumented

    Declaration

    Swift

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