class AWS::EC2::DHCPOptions

def vpcs

Returns:
  • (VPCCollection) - Returns a collection that represents
def vpcs
  vpcs = VPCCollection.new(:config => config)
  vpcs.filter('dhcp-options-id', dhcp_options_id)
end