Method: Awspec::Type::InternetGateway#attached_to?
- Defined in:
- lib/awspec/type/internet_gateway.rb
#attached_to?(vpc) ⇒ Boolean
14 15 16 17 18 |
# File 'lib/awspec/type/internet_gateway.rb', line 14 def attached_to?(vpc) resource_via_client..find do |a| a.vpc_id == find_vpc(vpc).vpc_id && a.state == 'available' end end |