class Awspec::Type::Wafv2IpSet
Attributes
Public Instance Methods
Source
# File lib/awspec/type/wafv2_ip_set.rb, line 19 def has_ip_address?(ip_address) resource_via_client.addresses.include?(ip_address) end
Source
# File lib/awspec/type/wafv2_ip_set.rb, line 11 def id @id ||= resource_via_client.id if resource_via_client end
Source
# File lib/awspec/type/wafv2_ip_set.rb, line 7 def resource_via_client @resource_via_client ||= find_ip_set(scope, @display_name) end